#5E5772

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

Shades of Smoky #5E5772

Tints of Smoky #5E5772

Color information

#5E5772 (or 0x5E5772) is unknown color: approx Smoky. HEX triplet: 5E, 57 and 72. RGB value is (94,87,114). Sum of RGB (Red+Green+Blue) = 94+87+114=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E5772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5772 is #A1A88D. Grayscale: #5C5C5C. Windows color (decimal): -10594446 or 7493470. OLE color: 7493470.

HSL color Cylindrical-coordinate representation of color #5E5772: hue angle of 255.56º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E5772 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9487114-
CMYK0.180.2400.55
HSL255.56º13.43%39.41%-
HSV(B)255.56º23.68%44.71%-
XYZ11.0610.4117.35-
YUV92.17140.32129.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.86%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=31.86%
G=29.49%
B=38.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94871140.180.2400.55255.5613.4339.41
Hex5E57721218037100d27
Octal13612716222300674001547
Binary101111010101111110010100101100001101111000000001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,87,114); }

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

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

 a { background-color: rgb(94,87,114); }

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

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

 span { border-color: rgb(94,87,114); }

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