Html Css Color HEX #595ADD Slate Blue

📋 copy color: '#595ADD'

red 89 ◦ green 90 ◦ blue 221

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

Shades of Slate Blue #595ADD

Tints of Slate Blue #595ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 22.25%
G = 22.5%
B = 55.25%

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

#595ADD (or 0x595ADD) is known color: Slate Blue. HEX triplet: 59, 5A and DD. RGB value is (89,90,221). Sum of RGB (Red+Green+Blue) = 89+90+221=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #595ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ADD is #A6A522. Grayscale: #686868. Windows color (decimal): -10921251 or 14506585. OLE color: 14506585.

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

Color convert

RGB 89 90 221 -
CMYK 0.60 0.59 0 0.13
HSL 239.55º 0.66% 0.61% -
HSV(B) 239.55º 0.6% 0.87% -
XYZ 20.83 14.66 70.14 -
YUV 104.64 193.67 116.85 -
System Red Green Blue C M Y K H S L
Decimal 89 90 221 0.60 0.59 0 0.13 239.55 0.66 0.61
Hex 59 5A DD 3C 3B 0 D F0 42 3D
Octal 131 132 335 74 73 0 15 360 102 75
Binary 1011001 1011010 11011101 111100 111011 0 1101 11110000 1000010 111101

Color Harmonies of #595ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595ADD

Black with #595ADD

Text Example


Text Example

White with #595ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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