#5f59e5

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

Shades of Slate Blue #5F59E5

Tints of Slate Blue #5F59E5

Color information

#5F59E5 (or 0x5F59E5) is unknown color: approx Slate Blue. HEX triplet: 5F, 59 and E5. RGB value is (95,89,229). Sum of RGB (Red+Green+Blue) = 95+89+229=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 229 (89.84% from 255 or 55.45% from 413); Max value from RGB is 229 - color contains mainly: blue. Hex color #5F59E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F59E5 is #A0A61A. Grayscale: #6A6A6A. Windows color (decimal): -10528283 or 15030623. OLE color: 15030623.

HSL color Cylindrical-coordinate representation of color #5F59E5: hue angle of 242.57º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F59E5 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9589229-
CMYK0.590.6100.10
HSL242.57º72.92%62.35%-
HSV(B)242.57º61.14%89.8%-
XYZ22.4315.2375.89-
YUV106.75196.99119.62-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.00%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 229 (89.84% from 255) = 55.45%
R=23.00%
G=21.55%
B=55.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal95892290.590.6100.10242.5772.9262.35
Hex5F59E53B3D0Af3493e
Octal137131345737501236311176
Binary101111110110011110010111101111110101010111100111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f59e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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