#5F4EDE

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

Shades of Slate Blue #5F4EDE

Tints of Slate Blue #5F4EDE

Color information

#5F4EDE (or 0x5F4EDE) is unknown color: approx Slate Blue. HEX triplet: 5F, 4E and DE. RGB value is (95,78,222). Sum of RGB (Red+Green+Blue) = 95+78+222=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F4EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4EDE is #A0B121. Grayscale: #626262. Windows color (decimal): -10531106 or 14569055. OLE color: 14569055.

HSL color Cylindrical-coordinate representation of color #5F4EDE: hue angle of 247.08º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F4EDE is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9578222-
CMYK0.570.6500.13
HSL247.08º68.57%58.82%-
HSV(B)247.08º64.86%87.06%-
XYZ20.6313.1670.56-
YUV99.5197.13124.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.05%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 222 (87.11% from 255) = 56.20%
R=24.05%
G=19.75%
B=56.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal95782220.570.6500.13247.0868.5758.82
Hex5F4EDE39410Df7453b
Octal1371163367110101536710573
Binary1011111100111011011110111001100000101101111101111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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