#5D577A

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

Shades of Smoky #5D577A

Tints of Smoky #5D577A

Color information

#5D577A (or 0x5D577A) is unknown color: approx Smoky. HEX triplet: 5D, 57 and 7A. RGB value is (93,87,122). Sum of RGB (Red+Green+Blue) = 93+87+122=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #5D577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D577A is #A2A885. Grayscale: #5C5C5C. Windows color (decimal): -10659974 or 8017757. OLE color: 8017757.

HSL color Cylindrical-coordinate representation of color #5D577A: hue angle of 250.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D577A is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9387122-
CMYK0.240.2900.52
HSL250.29º16.75%40.98%-
HSV(B)250.29º28.69%47.84%-
XYZ11.4410.5519.85-
YUV92.78144.49128.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.79%
GREEN value IS 87 (34.38% from 255) = 28.81%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=30.79%
G=28.81%
B=40.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93871220.240.2900.52250.2916.7540.98
Hex5D577A181D034fa1129
Octal13512717230350643722151
Binary101110110101111111010110001110101101001111101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,87,122); }

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

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

 a { background-color: rgb(93,87,122); }

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

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

 span { border-color: rgb(93,87,122); }

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