Html Css Color HEX #594CCF Slate Blue

📋 copy color: '#594CCF'

red 89 ◦ green 76 ◦ blue 207

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

Shades of Slate Blue #594CCF

Tints of Slate Blue #594CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.43%

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

R = 23.92%
G = 20.43%
B = 55.65%

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

#594CCF (or 0x594CCF) is known color: Slate Blue. HEX triplet: 59, 4C and CF. RGB value is (89,76,207). Sum of RGB (Red+Green+Blue) = 89+76+207=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #594CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CCF is #A6B330. Grayscale: #5E5E5E. Windows color (decimal): -10924849 or 13585497. OLE color: 13585497.

HSL color Cylindrical-coordinate representation of color #594CCF: hue angle of 245.95º degrees, saturation: 0.58, 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 #594CCF is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 76 207 -
CMYK 0.57 0.63 0 0.19
HSL 245.95º 0.58% 0.55% -
HSV(B) 245.95º 0.63% 0.81% -
XYZ 17.97 11.8 60.36 -
YUV 94.82 191.31 123.85 -
System Red Green Blue C M Y K H S L
Decimal 89 76 207 0.57 0.63 0 0.19 245.95 0.58 0.55
Hex 59 4C CF 39 3F 0 13 F6 3A 37
Octal 131 114 317 71 77 0 23 366 72 67
Binary 1011001 1001100 11001111 111001 111111 0 10011 11110110 111010 110111

Color Harmonies of #594CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594CCF

Black with #594CCF

Text Example


Text Example

White with #594CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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