Html Css Color HEX #594ECC Slate Blue

📋 copy color: '#594ECC'

red 89 ◦ green 78 ◦ blue 204

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

Shades of Slate Blue #594ECC

Tints of Slate Blue #594ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.02%

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 23.99%
G = 21.02%
B = 54.99%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#594ECC (or 0x594ECC) is known color: Slate Blue. HEX triplet: 59, 4E and CC. RGB value is (89,78,204). Sum of RGB (Red+Green+Blue) = 89+78+204=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #594ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594ECC is #A6B133. Grayscale: #5F5F5F. Windows color (decimal): -10924340 or 13389401. OLE color: 13389401.

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

Color convert

RGB 89 78 204 -
CMYK 0.56 0.62 0 0.2
HSL 245.24º 0.55% 0.55% -
HSV(B) 245.24º 0.62% 0.8% -
XYZ 17.74 11.93 58.49 -
YUV 95.65 189.14 123.25 -
System Red Green Blue C M Y K H S L
Decimal 89 78 204 0.56 0.62 0 0.2 245.24 0.55 0.55
Hex 59 4E CC 38 3E 0 14 F5 37 37
Octal 131 116 314 70 76 0 24 365 67 67
Binary 1011001 1001110 11001100 111000 111110 0 10100 11110101 110111 110111

Color Harmonies of #594ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594ECC

Black with #594ECC

Text Example


Text Example

White with #594ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,78,204); }

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

background-color css

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

 a { background-color: rgb(89,78,204); }

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

border-color css

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

 span { border-color: rgb(89,78,204); }

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