#574F73

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

Shades of Smoky #574F73

Tints of Smoky #574F73

Color information

#574F73 (or 0x574F73) is unknown color: approx Smoky. HEX triplet: 57, 4F and 73. RGB value is (87,79,115). Sum of RGB (Red+Green+Blue) = 87+79+115=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #574F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F73 is #A8B08C. Grayscale: #555555. Windows color (decimal): -11055245 or 7556951. OLE color: 7556951.

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

Color convert

RGB8779115-
CMYK0.240.3100.55
HSL253.33º18.56%38.04%-
HSV(B)253.33º31.3%45.1%-
XYZ9.828.8617.41-
YUV85.5144.65129.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=30.96%
G=28.11%
B=40.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87791150.240.3100.55253.3318.5638.04
Hex574F73181F037fd1326
Octal12711716330370673752346
Binary101011110011111110011110001111101101111111110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574F73; }

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

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

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

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

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

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

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

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