Html Css Color HEX #595ECE Slate Blue

📋 copy color: '#595ECE'

red 89 ◦ green 94 ◦ blue 206

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

Shades of Slate Blue #595ECE

Tints of Slate Blue #595ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.16%

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

R = 22.88%
G = 24.16%
B = 52.96%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#595ECE (or 0x595ECE) is known color: Slate Blue. HEX triplet: 59, 5E and CE. RGB value is (89,94,206). Sum of RGB (Red+Green+Blue) = 89+94+206=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #595ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ECE is #A6A131. Grayscale: #686868. Windows color (decimal): -10920242 or 13524569. OLE color: 13524569.

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

Color convert

RGB 89 94 206 -
CMYK 0.57 0.54 0 0.19
HSL 237.44º 0.54% 0.58% -
HSV(B) 237.44º 0.57% 0.81% -
XYZ 19.26 14.59 60.19 -
YUV 105.27 184.84 116.39 -
System Red Green Blue C M Y K H S L
Decimal 89 94 206 0.57 0.54 0 0.19 237.44 0.54 0.58
Hex 59 5E CE 39 36 0 13 ED 36 3A
Octal 131 136 316 71 66 0 23 355 66 72
Binary 1011001 1011110 11001110 111001 110110 0 10011 11101101 110110 111010

Color Harmonies of #595ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595ECE

Black with #595ECE

Text Example


Text Example

White with #595ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595ECE; }

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

 H1.HeaderClassName
 {
   color: #595ECE;
 }
 .AnyTagClassName
 {
   color: #595ECE;
 }
</style>

background-color css

<style>
 a { background-color: #595ECE; }

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

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

border-color css

<style>
 span { border-color: #595ECE; }

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

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