#575470

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

Shades of Smoky #575470

Tints of Smoky #575470

Color information

#575470 (or 0x575470) is unknown color: approx Smoky. HEX triplet: 57, 54 and 70. RGB value is (87,84,112). Sum of RGB (Red+Green+Blue) = 87+84+112=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #575470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575470 is #A8AB8F. Grayscale: #575757. Windows color (decimal): -11053968 or 7361623. OLE color: 7361623.

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

Color convert

RGB8784112-
CMYK0.220.2500.56
HSL246.43º14.29%38.43%-
HSV(B)246.43º25%43.92%-
XYZ10.039.5416.64-
YUV88.09141.49127.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=30.74%
G=29.68%
B=39.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87841120.220.2500.56246.4314.2938.43
Hex5754701619038f6e26
Octal12712416026310703661646
Binary10101111010100111000010110110010111000111101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575470; }

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

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

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

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

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

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

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

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