#594DC6

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

Shades of Slate Blue #594DC6

Tints of Slate Blue #594DC6

Color information

#594DC6 (or 0x594DC6) is unknown color: approx Slate Blue. HEX triplet: 59, 4D and C6. RGB value is (89,77,198). Sum of RGB (Red+Green+Blue) = 89+77+198=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #594DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DC6 is #A6B239. Grayscale: #5D5D5D. Windows color (decimal): -10924602 or 12995929. OLE color: 12995929.

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

Color convert

RGB8977198-
CMYK0.550.6100.22
HSL245.95º51.49%53.92%-
HSV(B)245.95º61.11%77.65%-
XYZ16.9711.5154.75-
YUV94.38186.48124.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.45%
GREEN value IS 77 (30.47% from 255) = 21.15%
BLUE value IS 198 (77.73% from 255) = 54.40%
R=24.45%
G=21.15%
B=54.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal89771980.550.6100.22245.9551.4953.92
Hex594DC6373D016f63336
Octal13111530667750263666366
Binary101100110011011100011011011111110101011011110110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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