#594bc4

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

Shades of Slate Blue #594BC4

Tints of Slate Blue #594BC4

Color information

#594BC4 (or 0x594BC4) is unknown color: approx Slate Blue. HEX triplet: 59, 4B and C4. RGB value is (89,75,196). Sum of RGB (Red+Green+Blue) = 89+75+196=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 196 (76.95% from 255 or 54.44% from 360); Max value from RGB is 196 - color contains mainly: blue. Hex color #594BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594BC4 is #A6B43B. Grayscale: #5C5C5C. Windows color (decimal): -10925116 or 12864345. OLE color: 12864345.

HSL color Cylindrical-coordinate representation of color #594BC4: hue angle of 246.94º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #594BC4 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8975196-
CMYK0.550.6200.23
HSL246.94º50.63%53.14%-
HSV(B)246.94º61.73%76.86%-
XYZ16.611.1453.5-
YUV92.98186.14125.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 196 (76.95% from 255) = 54.44%
R=24.72%
G=20.83%
B=54.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal89751960.550.6200.23246.9450.6353.14
Hex594BC4373E017f73335
Octal13111330467760273676365
Binary101100110010111100010011011111111001011111110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594bc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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