#575474

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

Shades of Smoky #575474

Tints of Smoky #575474

Color information

#575474 (or 0x575474) is unknown color: approx Smoky. HEX triplet: 57, 54 and 74. RGB value is (87,84,116). Sum of RGB (Red+Green+Blue) = 87+84+116=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #575474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575474 is #A8AB8B. Grayscale: #585858. Windows color (decimal): -11053964 or 7623767. OLE color: 7623767.

HSL color Cylindrical-coordinate representation of color #575474: hue angle of 245.62º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #575474 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8784116-
CMYK0.250.2800.55
HSL245.62º16%39.22%-
HSV(B)245.62º27.59%45.49%-
XYZ10.259.6317.84-
YUV88.54143.49126.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=30.31%
G=29.27%
B=40.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87841160.250.2800.55245.621639.22
Hex575474191C037f61027
Octal12712416431340673662047
Binary101011110101001110100110011110001101111111011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575474; }

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

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

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

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

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

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

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

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