#5E5277

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

Shades of Smoky #5E5277

Tints of Smoky #5E5277

Color information

#5E5277 (or 0x5E5277) is unknown color: approx Smoky. HEX triplet: 5E, 52 and 77. RGB value is (94,82,119). Sum of RGB (Red+Green+Blue) = 94+82+119=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E5277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5277 is #A1AD88. Grayscale: #595959. Windows color (decimal): -10595721 or 7819870. OLE color: 7819870.

HSL color Cylindrical-coordinate representation of color #5E5277: hue angle of 259.46º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E5277 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9482119-
CMYK0.210.3100.53
HSL259.46º18.41%39.41%-
HSV(B)259.46º31.09%46.67%-
XYZ10.969.7518.76-
YUV89.81144.48130.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.86%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 119 (46.88% from 255) = 40.34%
R=31.86%
G=27.80%
B=40.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94821190.210.3100.53259.4618.4139.41
Hex5E5277151F0351031227
Octal13612216725370654032247
Binary1011110101001011101111010111111011010110000001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,82,119); }

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

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

 a { background-color: rgb(94,82,119); }

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

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

 span { border-color: rgb(94,82,119); }

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