#5a59e2

Color #5A59E2 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5A59E2

Tints of Slate Blue #5A59E2

Color information

#5A59E2 (or 0x5A59E2) is unknown color: approx Slate Blue. HEX triplet: 5A, 59 and E2. RGB value is (90,89,226). Sum of RGB (Red+Green+Blue) = 90+89+226=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 226 (88.67% from 255 or 55.80% from 405); Max value from RGB is 226 - color contains mainly: blue. Hex color #5A59E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A59E2 is #A5A61D. Grayscale: #686868. Windows color (decimal): -10855966 or 14834010. OLE color: 14834010.

HSL color Cylindrical-coordinate representation of color #5A59E2: hue angle of 240.44º 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 #5A59E2 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9089226-
CMYK0.600.6100.11
HSL240.44º70.26%61.76%-
HSV(B)240.44º60.62%88.63%-
XYZ21.5214.8173.68-
YUV104.92196.33117.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.22%
GREEN value IS 89 (35.16% from 255) = 21.98%
BLUE value IS 226 (88.67% from 255) = 55.80%
R=22.22%
G=21.98%
B=55.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal90892260.600.6100.11240.4470.2661.76
Hex5A59E23C3D0Bf0463e
Octal132131342747501336010676
Binary101101010110011110001011110011110101011111100001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a59e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5a59e2; }

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

 H1.HeaderClassName
 {
   color: #5a59e2;
 }
 .AnyTagClassName
 {
   color: #5a59e2;
 }
</style>
background-color css

<style>
 a { background-color: #5a59e2; }

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

 div.DivClassName
 {
   background-color: #5a59e2;
 }
 .BgClassName
 {
   background-color: #5a59e2;
 }
</style>
border-color css

<style>
 span { border-color: #5a59e2; }

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

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