#594AC6

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

Shades of Slate Blue #594AC6

Tints of Slate Blue #594AC6

Color information

#594AC6 (or 0x594AC6) is unknown color: approx Slate Blue. HEX triplet: 59, 4A and C6. RGB value is (89,74,198). Sum of RGB (Red+Green+Blue) = 89+74+198=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #594AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594AC6 is #A6B539. Grayscale: #5C5C5C. Windows color (decimal): -10925370 or 12995161. OLE color: 12995161.

HSL color Cylindrical-coordinate representation of color #594AC6: hue angle of 247.26º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594AC6 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8974198-
CMYK0.550.6300.22
HSL247.26º52.1%53.33%-
HSV(B)247.26º62.63%77.65%-
XYZ16.7611.154.68-
YUV92.62187.47125.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.65%
GREEN value IS 74 (29.30% from 255) = 20.50%
BLUE value IS 198 (77.73% from 255) = 54.85%
R=24.65%
G=20.50%
B=54.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal89741980.550.6300.22247.2652.153.33
Hex594AC6373F016f73435
Octal13111230667770263676465
Binary101100110010101100011011011111111101011011110111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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