#5F50E6

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

Shades of Slate Blue #5F50E6

Tints of Slate Blue #5F50E6

Color information

#5F50E6 (or 0x5F50E6) is unknown color: approx Slate Blue. HEX triplet: 5F, 50 and E6. RGB value is (95,80,230). Sum of RGB (Red+Green+Blue) = 95+80+230=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 230 (90.23% from 255 or 56.79% from 405); Max value from RGB is 230 - color contains mainly: blue. Hex color #5F50E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F50E6 is #A0AF19. Grayscale: #646464. Windows color (decimal): -10530586 or 15093855. OLE color: 15093855.

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

Color convert

RGB9580230-
CMYK0.590.6500.10
HSL246º75%60.78%-
HSV(B)246º65.22%90.2%-
XYZ21.8713.8876.39-
YUV101.58200.47123.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.46%
GREEN value IS 80 (31.64% from 255) = 19.75%
BLUE value IS 230 (90.23% from 255) = 56.79%
R=23.46%
G=19.75%
B=56.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal95802300.590.6500.102467560.78
Hex5F50E63B410Af64b3d
Octal1371203467310101236611375
Binary1011111101000011100110111011100000101010111101101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F50E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,80,230); }

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

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

 a { background-color: rgb(95,80,230); }

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

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

 span { border-color: rgb(95,80,230); }

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