Html Css Color HEX #595AD6 Slate Blue

📋 copy color: '#595AD6'

red 89 ◦ green 90 ◦ blue 214

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

Shades of Slate Blue #595AD6

Tints of Slate Blue #595AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 54.45%

R = 22.65%
G = 22.9%
B = 54.45%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#595AD6 (or 0x595AD6) is known color: Slate Blue. HEX triplet: 59, 5A and D6. RGB value is (89,90,214). Sum of RGB (Red+Green+Blue) = 89+90+214=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 214 (83.98% from 255 or 54.45% from 393); Max value from RGB is 214 - color contains mainly: blue. Hex color #595AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AD6 is #A6A529. Grayscale: #676767. Windows color (decimal): -10921258 or 14047833. OLE color: 14047833.

HSL color Cylindrical-coordinate representation of color #595AD6: hue angle of 239.52º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #595AD6 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 90 214 -
CMYK 0.58 0.58 0 0.16
HSL 239.52º 0.6% 0.59% -
HSV(B) 239.52º 0.58% 0.84% -
XYZ 19.91 14.29 65.33 -
YUV 103.84 190.17 117.42 -
System Red Green Blue C M Y K H S L
Decimal 89 90 214 0.58 0.58 0 0.16 239.52 0.6 0.59
Hex 59 5A D6 3A 3A 0 10 F0 3C 3B
Octal 131 132 326 72 72 0 20 360 74 73
Binary 1011001 1011010 11010110 111010 111010 0 10000 11110000 111100 111011

Color Harmonies of #595AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AD6

Black with #595AD6

Text Example


Text Example

White with #595AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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