#5D5277

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

Shades of Smoky #5D5277

Tints of Smoky #5D5277

Color information

#5D5277 (or 0x5D5277) is unknown color: approx Smoky. HEX triplet: 5D, 52 and 77. RGB value is (93,82,119). Sum of RGB (Red+Green+Blue) = 93+82+119=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D5277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5277 is #A2AD88. Grayscale: #595959. Windows color (decimal): -10661257 or 7819869. OLE color: 7819869.

HSL color Cylindrical-coordinate representation of color #5D5277: hue angle of 257.84º 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 #5D5277 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9382119-
CMYK0.220.3100.53
HSL257.84º18.41%39.41%-
HSV(B)257.84º31.09%46.67%-
XYZ10.869.6918.75-
YUV89.51144.64130.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.63%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=31.63%
G=27.89%
B=40.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93821190.220.3100.53257.8418.4139.41
Hex5D5277161F0351021227
Octal13512216726370654022247
Binary1011101101001011101111011011111011010110000001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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