Html Css Color HEX #595ECB Slate Blue

📋 copy color: '#595ECB'

red 89 ◦ green 94 ◦ blue 203

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

Shades of Slate Blue #595ECB

Tints of Slate Blue #595ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 23.06%
G = 24.35%
B = 52.59%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#595ECB (or 0x595ECB) is known color: Slate Blue. HEX triplet: 59, 5E and CB. RGB value is (89,94,203). Sum of RGB (Red+Green+Blue) = 89+94+203=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #595ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ECB is #A6A134. Grayscale: #686868. Windows color (decimal): -10920245 or 13327961. OLE color: 13327961.

HSL color Cylindrical-coordinate representation of color #595ECB: hue angle of 237.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595ECB is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 94 203 -
CMYK 0.56 0.54 0 0.20
HSL 237.37º 0.52% 0.57% -
HSV(B) 237.37º 0.56% 0.8% -
XYZ 18.9 14.44 58.29 -
YUV 104.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 89 94 203 0.56 0.54 0 0.20 237.37 0.52 0.57
Hex 59 5E CB 38 36 0 14 ED 34 39
Octal 131 136 313 70 66 0 24 355 64 71
Binary 1011001 1011110 11001011 111000 110110 0 10100 11101101 110100 111001

Color Harmonies of #595ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595ECB

Black with #595ECB

Text Example


Text Example

White with #595ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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