Html Css Color HEX #595FCB Slate Blue

📋 copy color: '#595FCB'

red 89 ◦ green 95 ◦ blue 203

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

Shades of Slate Blue #595FCB

Tints of Slate Blue #595FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

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

R = 23%
G = 24.55%
B = 52.45%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#595FCB (or 0x595FCB) is known color: Slate Blue. HEX triplet: 59, 5F and CB. RGB value is (89,95,203). Sum of RGB (Red+Green+Blue) = 89+95+203=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #595FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FCB is #A6A034. Grayscale: #696969. Windows color (decimal): -10919989 or 13328217. OLE color: 13328217.

HSL color Cylindrical-coordinate representation of color #595FCB: hue angle of 236.84º 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 #595FCB is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 95 203 -
CMYK 0.56 0.53 0 0.20
HSL 236.84º 0.52% 0.57% -
HSV(B) 236.84º 0.56% 0.8% -
XYZ 18.99 14.62 58.32 -
YUV 105.52 183.01 116.22 -
System Red Green Blue C M Y K H S L
Decimal 89 95 203 0.56 0.53 0 0.20 236.84 0.52 0.57
Hex 59 5F CB 38 35 0 14 ED 34 39
Octal 131 137 313 70 65 0 24 355 64 71
Binary 1011001 1011111 11001011 111000 110101 0 10100 11101101 110100 111001

Color Harmonies of #595FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FCB

Black with #595FCB

Text Example


Text Example

White with #595FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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