Html Css Color HEX #595ADE Slate Blue

📋 copy color: '#595ADE'

red 89 ◦ green 90 ◦ blue 222

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

Shades of Slate Blue #595ADE

Tints of Slate Blue #595ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.44%

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

R = 22.19%
G = 22.44%
B = 55.36%

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

#595ADE (or 0x595ADE) is known color: Slate Blue. HEX triplet: 59, 5A and DE. RGB value is (89,90,222). Sum of RGB (Red+Green+Blue) = 89+90+222=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #595ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ADE is #A6A521. Grayscale: #686868. Windows color (decimal): -10921250 or 14572121. OLE color: 14572121.

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

Color convert

RGB 89 90 222 -
CMYK 0.60 0.59 0 0.13
HSL 239.55º 0.67% 0.61% -
HSV(B) 239.55º 0.6% 0.87% -
XYZ 20.96 14.71 70.84 -
YUV 104.75 194.17 116.77 -
System Red Green Blue C M Y K H S L
Decimal 89 90 222 0.60 0.59 0 0.13 239.55 0.67 0.61
Hex 59 5A DE 3C 3B 0 D F0 43 3D
Octal 131 132 336 74 73 0 15 360 103 75
Binary 1011001 1011010 11011110 111100 111011 0 1101 11110000 1000011 111101

Color Harmonies of #595ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595ADE

Black with #595ADE

Text Example


Text Example

White with #595ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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