Html Css Color HEX #595CDE Slate Blue

📋 copy color: '#595CDE'

red 89 ◦ green 92 ◦ blue 222

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

Shades of Slate Blue #595CDE

Tints of Slate Blue #595CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.83%

 BLUE value IS 222 (87.11% from 255) = 55.09%

R = 22.08%
G = 22.83%
B = 55.09%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#595CDE (or 0x595CDE) is known color: Slate Blue. HEX triplet: 59, 5C and DE. RGB value is (89,92,222). Sum of RGB (Red+Green+Blue) = 89+92+222=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #595CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CDE is #A6A321. Grayscale: #696969. Windows color (decimal): -10920738 or 14572633. OLE color: 14572633.

HSL color Cylindrical-coordinate representation of color #595CDE: hue angle of 238.65º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595CDE is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 92 222 -
CMYK 0.60 0.59 0 0.13
HSL 238.65º 0.67% 0.61% -
HSV(B) 238.65º 0.6% 0.87% -
XYZ 21.13 15.05 70.9 -
YUV 105.92 193.51 115.93 -
System Red Green Blue C M Y K H S L
Decimal 89 92 222 0.60 0.59 0 0.13 238.65 0.67 0.61
Hex 59 5C DE 3C 3B 0 D EF 43 3D
Octal 131 134 336 74 73 0 15 357 103 75
Binary 1011001 1011100 11011110 111100 111011 0 1101 11101111 1000011 111101

Color Harmonies of #595CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595CDE

Black with #595CDE

Text Example


Text Example

White with #595CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,92,222); }

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

background-color css

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

 a { background-color: rgb(89,92,222); }

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

border-color css

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

 span { border-color: rgb(89,92,222); }

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