#594AC3

Color #594AC3 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #594AC3

Tints of Slate Blue #594AC3

Color information

#594AC3 (or 0x594AC3) is unknown color: approx Slate Blue. HEX triplet: 59, 4A and C3. RGB value is (89,74,195). Sum of RGB (Red+Green+Blue) = 89+74+195=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 195 (76.56% from 255 or 54.47% from 358); Max value from RGB is 195 - color contains mainly: blue. Hex color #594AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594AC3 is #A6B53C. Grayscale: #5B5B5B. Windows color (decimal): -10925373 or 12798553. OLE color: 12798553.

HSL color Cylindrical-coordinate representation of color #594AC3: hue angle of 247.44º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #594AC3 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8974195-
CMYK0.540.6200.24
HSL247.44º50.21%52.75%-
HSV(B)247.44º62.05%76.47%-
XYZ16.4210.9652.88-
YUV92.28185.97125.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 74 (29.30% from 255) = 20.67%
BLUE value IS 195 (76.56% from 255) = 54.47%
R=24.86%
G=20.67%
B=54.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal89741950.540.6200.24247.4450.2152.75
Hex594AC3363E018f73235
Octal13111230366760303676265
Binary101100110010101100001111011011111001100011110111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594AC3; }

 p { color: rgb(89,74,195); }

 H1.HeaderClassName
 {
   color: #594AC3;
 }
 .AnyTagClassName
 {
   color: #594AC3;
 }
</style>
background-color css

<style>
 a { background-color: #594AC3; }

 a { background-color: rgb(89,74,195); }

 div.DivClassName
 {
   background-color: #594AC3;
 }
 .BgClassName
 {
   background-color: #594AC3;
 }
</style>
border-color css

<style>
 span { border-color: #594AC3; }

 span { border-color: rgb(89,74,195); }

 td.TdClassName
 {
   border-color: #594AC3;
 }
 .TagClassName
 {
   border-color: #594AC3;
 }
</style>