#5F4EDB

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

Shades of Slate Blue #5F4EDB

Tints of Slate Blue #5F4EDB

Color information

#5F4EDB (or 0x5F4EDB) is unknown color: approx Slate Blue. HEX triplet: 5F, 4E and DB. RGB value is (95,78,219). Sum of RGB (Red+Green+Blue) = 95+78+219=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F4EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4EDB is #A0B124. Grayscale: #626262. Windows color (decimal): -10531109 or 14372447. OLE color: 14372447.

HSL color Cylindrical-coordinate representation of color #5F4EDB: hue angle of 247.23º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F4EDB is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9578219-
CMYK0.570.6400.14
HSL247.23º66.2%58.24%-
HSV(B)247.23º64.38%85.88%-
XYZ20.231368.46-
YUV99.16195.63125.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.23%
GREEN value IS 78 (30.86% from 255) = 19.90%
BLUE value IS 219 (85.94% from 255) = 55.87%
R=24.23%
G=19.90%
B=55.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal95782190.570.6400.14247.2366.258.24
Hex5F4EDB39400Ef7423a
Octal1371163337110001636710272
Binary1011111100111011011011111001100000001110111101111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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