#575073

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

Shades of Smoky #575073

Tints of Smoky #575073

Color information

#575073 (or 0x575073) is unknown color: approx Smoky. HEX triplet: 57, 50 and 73. RGB value is (87,80,115). Sum of RGB (Red+Green+Blue) = 87+80+115=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #575073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575073 is #A8AF8C. Grayscale: #555555. Windows color (decimal): -11054989 or 7557207. OLE color: 7557207.

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

Color convert

RGB8780115-
CMYK0.240.3000.55
HSL252º17.95%38.24%-
HSV(B)252º30.43%45.1%-
XYZ9.89917.44-
YUV86.08144.32128.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.85%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=30.85%
G=28.37%
B=40.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87801150.240.3000.5525217.9538.24
Hex575073181E037fc1226
Octal12712016330360673742246
Binary101011110100001110011110001111001101111111110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575073; }

 p { color: rgb(87,80,115); }

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

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

 a { background-color: rgb(87,80,115); }

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

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

 span { border-color: rgb(87,80,115); }

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