Html Css Color HEX #595BDE Slate Blue

📋 copy color: '#595BDE'

red 89 ◦ green 91 ◦ blue 222

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

Shades of Slate Blue #595BDE

Tints of Slate Blue #595BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.64%

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

R = 22.14%
G = 22.64%
B = 55.22%

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

#595BDE (or 0x595BDE) is known color: Slate Blue. HEX triplet: 59, 5B and DE. RGB value is (89,91,222). Sum of RGB (Red+Green+Blue) = 89+91+222=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #595BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BDE is #A6A421. Grayscale: #686868. Windows color (decimal): -10920994 or 14572377. OLE color: 14572377.

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

Color convert

RGB 89 91 222 -
CMYK 0.60 0.59 0 0.13
HSL 239.1º 0.67% 0.61% -
HSV(B) 239.1º 0.6% 0.87% -
XYZ 21.05 14.88 70.87 -
YUV 105.34 193.84 116.35 -
System Red Green Blue C M Y K H S L
Decimal 89 91 222 0.60 0.59 0 0.13 239.1 0.67 0.61
Hex 59 5B DE 3C 3B 0 D EF 43 3D
Octal 131 133 336 74 73 0 15 357 103 75
Binary 1011001 1011011 11011110 111100 111011 0 1101 11101111 1000011 111101

Color Harmonies of #595BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595BDE

Black with #595BDE

Text Example


Text Example

White with #595BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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