Html Css Color HEX #595DCF Slate Blue

📋 copy color: '#595DCF'

red 89 ◦ green 93 ◦ blue 207

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

Shades of Slate Blue #595DCF

Tints of Slate Blue #595DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.91%

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

R = 22.88%
G = 23.91%
B = 53.21%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#595DCF (or 0x595DCF) is known color: Slate Blue. HEX triplet: 59, 5D and CF. RGB value is (89,93,207). Sum of RGB (Red+Green+Blue) = 89+93+207=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #595DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DCF is #A6A230. Grayscale: #686868. Windows color (decimal): -10920497 or 13589849. OLE color: 13589849.

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

Color convert

RGB 89 93 207 -
CMYK 0.57 0.55 0 0.19
HSL 237.97º 0.55% 0.58% -
HSV(B) 237.97º 0.57% 0.81% -
XYZ 19.3 14.46 60.81 -
YUV 104.8 185.67 116.73 -
System Red Green Blue C M Y K H S L
Decimal 89 93 207 0.57 0.55 0 0.19 237.97 0.55 0.58
Hex 59 5D CF 39 37 0 13 EE 37 3A
Octal 131 135 317 71 67 0 23 356 67 72
Binary 1011001 1011101 11001111 111001 110111 0 10011 11101110 110111 111010

Color Harmonies of #595DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DCF

Black with #595DCF

Text Example


Text Example

White with #595DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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