#575267

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

Shades of Smoky #575267

Tints of Smoky #575267

Color information

#575267 (or 0x575267) is unknown color: approx Smoky. HEX triplet: 57, 52 and 67. RGB value is (87,82,103). Sum of RGB (Red+Green+Blue) = 87+82+103=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 103 - color contains mainly: blue. Hex color #575267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575267 is #A8AD98. Grayscale: #555555. Windows color (decimal): -11054489 or 6771287. OLE color: 6771287.

HSL color Cylindrical-coordinate representation of color #575267: hue angle of 254.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #575267 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8782103-
CMYK0.160.2000.60
HSL254.29º11.35%36.27%-
HSV(B)254.29º20.39%40.39%-
XYZ9.49.0414.08-
YUV85.89137.66128.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.99%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 103 (40.62% from 255) = 37.87%
R=31.99%
G=30.15%
B=37.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87821030.160.2000.60254.2911.3536.27
Hex575267101403Cfeb24
Octal12712214720240743761344
Binary10101111010010110011110000101000111100111111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575267; }

 p { color: rgb(87,82,103); }

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

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

 a { background-color: rgb(87,82,103); }

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

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

 span { border-color: rgb(87,82,103); }

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