Html Css Color HEX #594DC9 Slate Blue

📋 copy color: '#594DC9'

red 89 ◦ green 77 ◦ blue 201

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

Shades of Slate Blue #594DC9

Tints of Slate Blue #594DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.77%

R = 24.25%
G = 20.98%
B = 54.77%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#594DC9 (or 0x594DC9) is known color: Slate Blue. HEX triplet: 59, 4D and C9. RGB value is (89,77,201). Sum of RGB (Red+Green+Blue) = 89+77+201=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #594DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DC9 is #A6B236. Grayscale: #5E5E5E. Windows color (decimal): -10924599 or 13192537. OLE color: 13192537.

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

Color convert

RGB 89 77 201 -
CMYK 0.56 0.62 0 0.21
HSL 245.81º 0.53% 0.55% -
HSV(B) 245.81º 0.62% 0.79% -
XYZ 17.32 11.65 56.59 -
YUV 94.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 89 77 201 0.56 0.62 0 0.21 245.81 0.53 0.55
Hex 59 4D C9 38 3E 0 15 F6 35 37
Octal 131 115 311 70 76 0 25 366 65 67
Binary 1011001 1001101 11001001 111000 111110 0 10101 11110110 110101 110111

Color Harmonies of #594DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DC9

Black with #594DC9

Text Example


Text Example

White with #594DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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