#5F51E0

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

Shades of Slate Blue #5F51E0

Tints of Slate Blue #5F51E0

Color information

#5F51E0 (or 0x5F51E0) is unknown color: approx Slate Blue. HEX triplet: 5F, 51 and E0. RGB value is (95,81,224). Sum of RGB (Red+Green+Blue) = 95+81+224=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #5F51E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F51E0 is #A0AE1F. Grayscale: #646464. Windows color (decimal): -10530336 or 14700895. OLE color: 14700895.

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

Color convert

RGB9581224-
CMYK0.580.6400.12
HSL245.87º69.76%59.8%-
HSV(B)245.87º63.84%87.84%-
XYZ21.1213.772.05-
YUV101.49197.14123.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.75%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 224 (87.89% from 255) = 56%
R=23.75%
G=20.25%
B=56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal95812240.580.6400.12245.8769.7659.8
Hex5F51E03A400Cf6463c
Octal1371213407210001436610674
Binary1011111101000111100000111010100000001100111101101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F51E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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