#594DD4

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

Shades of Slate Blue #594DD4

Tints of Slate Blue #594DD4

Color information

#594DD4 (or 0x594DD4) is unknown color: approx Slate Blue. HEX triplet: 59, 4D and D4. RGB value is (89,77,212). Sum of RGB (Red+Green+Blue) = 89+77+212=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 212 (83.20% from 255 or 56.08% from 378); Max value from RGB is 212 - color contains mainly: blue. Hex color #594DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DD4 is #A6B22B. Grayscale: #5F5F5F. Windows color (decimal): -10924588 or 13913433. OLE color: 13913433.

HSL color Cylindrical-coordinate representation of color #594DD4: hue angle of 245.33º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594DD4 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8977212-
CMYK0.580.6400.17
HSL245.33º61.09%56.67%-
HSV(B)245.33º63.68%83.14%-
XYZ18.6612.1963.66-
YUV95.98193.48123.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.54%
GREEN value IS 77 (30.47% from 255) = 20.37%
BLUE value IS 212 (83.20% from 255) = 56.08%
R=23.54%
G=20.37%
B=56.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal89772120.580.6400.17245.3361.0956.67
Hex594DD43A40011f53d39
Octal131115324721000213657571
Binary1011001100110111010100111010100000001000111110101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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