Html Css Color HEX #594ECF Slate Blue

📋 copy color: '#594ECF'

red 89 ◦ green 78 ◦ blue 207

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

Shades of Slate Blue #594ECF

Tints of Slate Blue #594ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.35%

R = 23.8%
G = 20.86%
B = 55.35%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#594ECF (or 0x594ECF) is known color: Slate Blue. HEX triplet: 59, 4E and CF. RGB value is (89,78,207). Sum of RGB (Red+Green+Blue) = 89+78+207=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #594ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594ECF is #A6B130. Grayscale: #5F5F5F. Windows color (decimal): -10924337 or 13586009. OLE color: 13586009.

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

Color convert

RGB 89 78 207 -
CMYK 0.57 0.62 0 0.19
HSL 245.12º 0.57% 0.56% -
HSV(B) 245.12º 0.62% 0.81% -
XYZ 18.11 12.08 60.41 -
YUV 96 190.64 123.01 -
System Red Green Blue C M Y K H S L
Decimal 89 78 207 0.57 0.62 0 0.19 245.12 0.57 0.56
Hex 59 4E CF 39 3E 0 13 F5 39 38
Octal 131 116 317 71 76 0 23 365 71 70
Binary 1011001 1001110 11001111 111001 111110 0 10011 11110101 111001 111000

Color Harmonies of #594ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594ECF

Black with #594ECF

Text Example


Text Example

White with #594ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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