#5F4EC8

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

Shades of Slate Blue #5F4EC8

Tints of Slate Blue #5F4EC8

Color information

#5F4EC8 (or 0x5F4EC8) is unknown color: approx Slate Blue. HEX triplet: 5F, 4E and C8. RGB value is (95,78,200). Sum of RGB (Red+Green+Blue) = 95+78+200=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #5F4EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4EC8 is #A0B137. Grayscale: #606060. Windows color (decimal): -10531128 or 13127263. OLE color: 13127263.

HSL color Cylindrical-coordinate representation of color #5F4EC8: hue angle of 248.36º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F4EC8 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9578200-
CMYK0.520.6100.22
HSL248.36º52.59%54.51%-
HSV(B)248.36º61%78.43%-
XYZ17.8712.0556.03-
YUV96.99186.13126.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.47%
GREEN value IS 78 (30.86% from 255) = 20.91%
BLUE value IS 200 (78.52% from 255) = 53.62%
R=25.47%
G=20.91%
B=53.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal95782000.520.6100.22248.3652.5954.51
Hex5F4EC8343D016f83537
Octal13711631064750263706567
Binary101111110011101100100011010011110101011011111000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,78,200); }

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

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

 a { background-color: rgb(95,78,200); }

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

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

 span { border-color: rgb(95,78,200); }

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