#5f56e8

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

Shades of Slate Blue #5F56E8

Tints of Slate Blue #5F56E8

Color information

#5F56E8 (or 0x5F56E8) is unknown color: approx Slate Blue. HEX triplet: 5F, 56 and E8. RGB value is (95,86,232). Sum of RGB (Red+Green+Blue) = 95+86+232=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 232 (91.02% from 255 or 56.17% from 413); Max value from RGB is 232 - color contains mainly: blue. Hex color #5F56E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F56E8 is #A0A917. Grayscale: #686868. Windows color (decimal): -10529048 or 15226463. OLE color: 15226463.

HSL color Cylindrical-coordinate representation of color #5F56E8: hue angle of 243.7º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F56E8 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9586232-
CMYK0.590.6300.09
HSL243.7º76.04%62.35%-
HSV(B)243.7º62.93%90.98%-
XYZ22.6114.9178.03-
YUV105.34199.48120.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.00%
GREEN value IS 86 (33.98% from 255) = 20.82%
BLUE value IS 232 (91.02% from 255) = 56.17%
R=23.00%
G=20.82%
B=56.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal95862320.590.6300.09243.776.0462.35
Hex5F56E83B3F09f44c3e
Octal137126350737701136411476
Binary101111110101101110100011101111111101001111101001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f56e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,86,232); }

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

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

 a { background-color: rgb(95,86,232); }

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

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

 span { border-color: rgb(95,86,232); }

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