Html Css Color HEX #595FE0 Slate Blue

📋 copy color: '#595FE0'

red 89 ◦ green 95 ◦ blue 224

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

Shades of Slate Blue #595FE0

Tints of Slate Blue #595FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.28%

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

R = 21.81%
G = 23.28%
B = 54.9%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#595FE0 (or 0x595FE0) is known color: Slate Blue. HEX triplet: 59, 5F and E0. RGB value is (89,95,224). Sum of RGB (Red+Green+Blue) = 89+95+224=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #595FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FE0 is #A6A01F. Grayscale: #6B6B6B. Windows color (decimal): -10919968 or 14704473. OLE color: 14704473.

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

Color convert

RGB 89 95 224 -
CMYK 0.60 0.58 0 0.12
HSL 237.33º 0.69% 0.61% -
HSV(B) 237.33º 0.6% 0.88% -
XYZ 21.67 15.69 72.41 -
YUV 107.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 89 95 224 0.60 0.58 0 0.12 237.33 0.69 0.61
Hex 59 5F E0 3C 3A 0 C ED 45 3D
Octal 131 137 340 74 72 0 14 355 105 75
Binary 1011001 1011111 11100000 111100 111010 0 1100 11101101 1000101 111101

Color Harmonies of #595FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FE0

Black with #595FE0

Text Example


Text Example

White with #595FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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