#594BC9

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

Shades of Slate Blue #594BC9

Tints of Slate Blue #594BC9

Color information

#594BC9 (or 0x594BC9) is unknown color: approx Slate Blue. HEX triplet: 59, 4B and C9. RGB value is (89,75,201). Sum of RGB (Red+Green+Blue) = 89+75+201=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #594BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594BC9 is #A6B436. Grayscale: #5D5D5D. Windows color (decimal): -10925111 or 13192025. OLE color: 13192025.

HSL color Cylindrical-coordinate representation of color #594BC9: hue angle of 246.67º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594BC9 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8975201-
CMYK0.560.6300.21
HSL246.67º53.85%54.12%-
HSV(B)246.67º62.69%78.82%-
XYZ17.1811.3756.55-
YUV93.55188.64124.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 201 (78.91% from 255) = 55.07%
R=24.38%
G=20.55%
B=55.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal89752010.560.6300.21246.6753.8554.12
Hex594BC9383F015f73636
Octal13111331170770253676666
Binary101100110010111100100111100011111101010111110111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,75,201); }

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

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

 a { background-color: rgb(89,75,201); }

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

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

 span { border-color: rgb(89,75,201); }

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