Html Css Color HEX #595AE0 Slate Blue

📋 copy color: '#595AE0'

red 89 ◦ green 90 ◦ blue 224

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

Shades of Slate Blue #595AE0

Tints of Slate Blue #595AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.58%

R = 22.08%
G = 22.33%
B = 55.58%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#595AE0 (or 0x595AE0) is known color: Slate Blue. HEX triplet: 59, 5A and E0. RGB value is (89,90,224). Sum of RGB (Red+Green+Blue) = 89+90+224=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #595AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AE0 is #A6A51F. Grayscale: #686868. Windows color (decimal): -10921248 or 14703193. OLE color: 14703193.

HSL color Cylindrical-coordinate representation of color #595AE0: hue angle of 239.56º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595AE0 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 90 224 -
CMYK 0.60 0.60 0 0.12
HSL 239.56º 0.69% 0.61% -
HSV(B) 239.56º 0.6% 0.88% -
XYZ 21.23 14.82 72.26 -
YUV 104.98 195.17 116.6 -
System Red Green Blue C M Y K H S L
Decimal 89 90 224 0.60 0.60 0 0.12 239.56 0.69 0.61
Hex 59 5A E0 3C 3C 0 C F0 45 3D
Octal 131 132 340 74 74 0 14 360 105 75
Binary 1011001 1011010 11100000 111100 111100 0 1100 11110000 1000101 111101

Color Harmonies of #595AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AE0

Black with #595AE0

Text Example


Text Example

White with #595AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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