#575469

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

Shades of Smoky #575469

Tints of Smoky #575469

Color information

#575469 (or 0x575469) is unknown color: approx Smoky. HEX triplet: 57, 54 and 69. RGB value is (87,84,105). Sum of RGB (Red+Green+Blue) = 87+84+105=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 105 - color contains mainly: blue. Hex color #575469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575469 is #A8AB96. Grayscale: #575757. Windows color (decimal): -11053975 or 6902871. OLE color: 6902871.

HSL color Cylindrical-coordinate representation of color #575469: hue angle of 248.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #575469 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8784105-
CMYK0.170.2000.59
HSL248.57º11.11%37.06%-
HSV(B)248.57º20%41.18%-
XYZ9.659.3914.67-
YUV87.29137.99127.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=31.52%
G=30.43%
B=38.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87841050.170.2000.59248.5711.1137.06
Hex575469111403Bf9b25
Octal12712415121240733711345
Binary10101111010100110100110001101000111011111110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575469; }

 p { color: rgb(87,84,105); }

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

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

 a { background-color: rgb(87,84,105); }

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

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

 span { border-color: rgb(87,84,105); }

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