#575371

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

Shades of Smoky #575371

Tints of Smoky #575371

Color information

#575371 (or 0x575371) is unknown color: approx Smoky. HEX triplet: 57, 53 and 71. RGB value is (87,83,113). Sum of RGB (Red+Green+Blue) = 87+83+113=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #575371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575371 is #A8AC8E. Grayscale: #575757. Windows color (decimal): -11054223 or 7426903. OLE color: 7426903.

HSL color Cylindrical-coordinate representation of color #575371: hue angle of 248º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575371 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8783113-
CMYK0.230.2700.56
HSL248º15.31%38.43%-
HSV(B)248º26.55%44.31%-
XYZ109.4116.91-
YUV87.62142.33127.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=30.74%
G=29.33%
B=39.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87831130.230.2700.5624815.3138.43
Hex575371171B038f8f26
Octal12712316127330703701746
Binary10101111010011111000110111110110111000111110001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575371; }

 p { color: rgb(87,83,113); }

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

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

 a { background-color: rgb(87,83,113); }

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

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

 span { border-color: rgb(87,83,113); }

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