Html Css Color HEX #595EE2 Slate Blue

📋 copy color: '#595EE2'

red 89 ◦ green 94 ◦ blue 226

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

Shades of Slate Blue #595EE2

Tints of Slate Blue #595EE2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.98%

 BLUE value IS 226 (88.67% from 255) = 55.26%

R = 21.76%
G = 22.98%
B = 55.26%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#595EE2 (or 0x595EE2) is known color: Slate Blue. HEX triplet: 59, 5E and E2. RGB value is (89,94,226). Sum of RGB (Red+Green+Blue) = 89+94+226=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 226 (88.67% from 255 or 55.26% from 409); Max value from RGB is 226 - color contains mainly: blue. Hex color #595EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EE2 is #A6A11D. Grayscale: #6B6B6B. Windows color (decimal): -10920222 or 14835289. OLE color: 14835289.

HSL color Cylindrical-coordinate representation of color #595EE2: hue angle of 237.81º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #595EE2 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 89 94 226 -
CMYK 0.61 0.58 0 0.11
HSL 237.81º 0.7% 0.62% -
HSV(B) 237.81º 0.61% 0.89% -
XYZ 21.85 15.62 73.81 -
YUV 107.55 194.84 114.77 -
System Red Green Blue C M Y K H S L
Decimal 89 94 226 0.61 0.58 0 0.11 237.81 0.7 0.62
Hex 59 5E E2 3D 3A 0 B EE 46 3E
Octal 131 136 342 75 72 0 13 356 106 76
Binary 1011001 1011110 11100010 111101 111010 0 1011 11101110 1000110 111110

Color Harmonies of #595EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595EE2

Black with #595EE2

Text Example


Text Example

White with #595EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,94,226); }

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

background-color css

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

 a { background-color: rgb(89,94,226); }

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

border-color css

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

 span { border-color: rgb(89,94,226); }

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