Html Css Color HEX #595DDE Slate Blue

📋 copy color: '#595DDE'

red 89 ◦ green 93 ◦ blue 222

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

Shades of Slate Blue #595DDE

Tints of Slate Blue #595DDE

RGB

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

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

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

R = 22.03%
G = 23.02%
B = 54.95%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#595DDE (or 0x595DDE) is known color: Slate Blue. HEX triplet: 59, 5D and DE. RGB value is (89,93,222). Sum of RGB (Red+Green+Blue) = 89+93+222=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #595DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DDE is #A6A221. Grayscale: #696969. Windows color (decimal): -10920482 or 14572889. OLE color: 14572889.

HSL color Cylindrical-coordinate representation of color #595DDE: hue angle of 238.2º 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 #595DDE is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 93 222 -
CMYK 0.60 0.58 0 0.13
HSL 238.2º 0.67% 0.61% -
HSV(B) 238.2º 0.6% 0.87% -
XYZ 21.22 15.23 70.93 -
YUV 106.51 193.17 115.51 -
System Red Green Blue C M Y K H S L
Decimal 89 93 222 0.60 0.58 0 0.13 238.2 0.67 0.61
Hex 59 5D DE 3C 3A 0 D EE 43 3D
Octal 131 135 336 74 72 0 15 356 103 75
Binary 1011001 1011101 11011110 111100 111010 0 1101 11101110 1000011 111101

Color Harmonies of #595DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DDE

Black with #595DDE

Text Example


Text Example

White with #595DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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