#5F51E3

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

Shades of Slate Blue #5F51E3

Tints of Slate Blue #5F51E3

Color information

#5F51E3 (or 0x5F51E3) is unknown color: approx Slate Blue. HEX triplet: 5F, 51 and E3. RGB value is (95,81,227). Sum of RGB (Red+Green+Blue) = 95+81+227=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 227 (89.06% from 255 or 56.33% from 403); Max value from RGB is 227 - color contains mainly: blue. Hex color #5F51E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F51E3 is #A0AE1C. Grayscale: #656565. Windows color (decimal): -10530333 or 14897503. OLE color: 14897503.

HSL color Cylindrical-coordinate representation of color #5F51E3: hue angle of 245.75º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F51E3 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9581227-
CMYK0.580.6400.11
HSL245.75º72.28%60.39%-
HSV(B)245.75º64.32%89.02%-
XYZ21.5313.8674.21-
YUV101.83198.64123.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.57%
GREEN value IS 81 (32.03% from 255) = 20.10%
BLUE value IS 227 (89.06% from 255) = 56.33%
R=23.57%
G=20.10%
B=56.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal95812270.580.6400.11245.7572.2860.39
Hex5F51E33A400Bf6483c
Octal1371213437210001336611074
Binary1011111101000111100011111010100000001011111101101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F51E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,81,227); }

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

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

 a { background-color: rgb(95,81,227); }

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

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

 span { border-color: rgb(95,81,227); }

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