#594FDF

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

Shades of Slate Blue #594FDF

Tints of Slate Blue #594FDF

Color information

#594FDF (or 0x594FDF) is unknown color: approx Slate Blue. HEX triplet: 59, 4F and DF. RGB value is (89,79,223). Sum of RGB (Red+Green+Blue) = 89+79+223=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #594FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FDF is #A6B020. Grayscale: #616161. Windows color (decimal): -10924065 or 14634841. OLE color: 14634841.

HSL color Cylindrical-coordinate representation of color #594FDF: hue angle of 244.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #594FDF is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8979223-
CMYK0.600.6500.13
HSL244.17º69.23%59.22%-
HSV(B)244.17º64.57%87.45%-
XYZ20.2413.0471.26-
YUV98.41198.31121.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.76%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 223 (87.5% from 255) = 57.03%
R=22.76%
G=20.20%
B=57.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal89792230.600.6500.13244.1769.2359.22
Hex594FDF3C410Df4453b
Octal1311173377410101536410573
Binary1011001100111111011111111100100000101101111101001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,79,223); }

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

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

 a { background-color: rgb(89,79,223); }

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

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

 span { border-color: rgb(89,79,223); }

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