Html Css Color HEX #594DD2 Slate Blue

📋 copy color: '#594DD2'

red 89 ◦ green 77 ◦ blue 210

#594DD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #594DD2

Tints of Slate Blue #594DD2

RGB

 RED value IS 89 (35.16% from 255) = 23.67%

 GREEN value IS 77 (30.47% from 255) = 20.48%

 BLUE value IS 210 (82.42% from 255) = 55.85%

R = 23.67%
G = 20.48%
B = 55.85%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#594DD2 (or 0x594DD2) is known color: Slate Blue. HEX triplet: 59, 4D and D2. RGB value is (89,77,210). Sum of RGB (Red+Green+Blue) = 89+77+210=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 210 (82.42% from 255 or 55.85% from 376); Max value from RGB is 210 - color contains mainly: blue. Hex color #594DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DD2 is #A6B22D. Grayscale: #5F5F5F. Windows color (decimal): -10924590 or 13782361. OLE color: 13782361.

HSL color Cylindrical-coordinate representation of color #594DD2: hue angle of 245.41º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594DD2 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 77 210 -
CMYK 0.58 0.63 0 0.18
HSL 245.41º 0.6% 0.56% -
HSV(B) 245.41º 0.63% 0.82% -
XYZ 18.41 12.08 62.34 -
YUV 95.75 192.48 123.19 -
System Red Green Blue C M Y K H S L
Decimal 89 77 210 0.58 0.63 0 0.18 245.41 0.6 0.56
Hex 59 4D D2 3A 3F 0 12 F5 3C 38
Octal 131 115 322 72 77 0 22 365 74 70
Binary 1011001 1001101 11010010 111010 111111 0 10010 11110101 111100 111000

Color Harmonies of #594DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DD2

Black with #594DD2

Text Example


Text Example

White with #594DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #594DD2;
 }
 .AnyTagClassName
 {
   color: #594DD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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