Html Css Color HEX #594DCE Slate Blue

📋 copy color: '#594DCE'

red 89 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #594DCE

Tints of Slate Blue #594DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.38%

R = 23.92%
G = 20.7%
B = 55.38%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#594DCE (or 0x594DCE) is known color: Slate Blue. HEX triplet: 59, 4D and CE. RGB value is (89,77,206). Sum of RGB (Red+Green+Blue) = 89+77+206=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #594DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DCE is #A6B231. Grayscale: #5E5E5E. Windows color (decimal): -10924594 or 13520217. OLE color: 13520217.

HSL color Cylindrical-coordinate representation of color #594DCE: hue angle of 245.58º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594DCE is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 77 206 -
CMYK 0.57 0.63 0 0.19
HSL 245.58º 0.57% 0.55% -
HSV(B) 245.58º 0.63% 0.81% -
XYZ 17.91 11.89 59.74 -
YUV 95.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 89 77 206 0.57 0.63 0 0.19 245.58 0.57 0.55
Hex 59 4D CE 39 3F 0 13 F6 39 37
Octal 131 115 316 71 77 0 23 366 71 67
Binary 1011001 1001101 11001110 111001 111111 0 10011 11110110 111001 110111

Color Harmonies of #594DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DCE

Black with #594DCE

Text Example


Text Example

White with #594DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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