Html Css Color HEX #595FCD Slate Blue

📋 copy color: '#595FCD'

red 89 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #595FCD

Tints of Slate Blue #595FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 22.88%
G = 24.42%
B = 52.7%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#595FCD (or 0x595FCD) is known color: Slate Blue. HEX triplet: 59, 5F and CD. RGB value is (89,95,205). Sum of RGB (Red+Green+Blue) = 89+95+205=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #595FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FCD is #A6A032. Grayscale: #696969. Windows color (decimal): -10919987 or 13459289. OLE color: 13459289.

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

Color convert

RGB 89 95 205 -
CMYK 0.57 0.54 0 0.20
HSL 236.9º 0.54% 0.58% -
HSV(B) 236.9º 0.57% 0.8% -
XYZ 19.23 14.72 59.58 -
YUV 105.75 184.01 116.06 -
System Red Green Blue C M Y K H S L
Decimal 89 95 205 0.57 0.54 0 0.20 236.9 0.54 0.58
Hex 59 5F CD 39 36 0 14 ED 36 3A
Octal 131 137 315 71 66 0 24 355 66 72
Binary 1011001 1011111 11001101 111001 110110 0 10100 11101101 110110 111010

Color Harmonies of #595FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FCD

Black with #595FCD

Text Example


Text Example

White with #595FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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