#575174

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

Shades of Smoky #575174

Tints of Smoky #575174

Color information

#575174 (or 0x575174) is unknown color: approx Smoky. HEX triplet: 57, 51 and 74. RGB value is (87,81,116). Sum of RGB (Red+Green+Blue) = 87+81+116=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #575174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575174 is #A8AE8B. Grayscale: #565656. Windows color (decimal): -11054732 or 7622999. OLE color: 7622999.

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

Color convert

RGB8781116-
CMYK0.250.3000.55
HSL250.29º17.77%38.63%-
HSV(B)250.29º30.17%45.49%-
XYZ10.039.1717.76-
YUV86.78144.49128.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.63%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=30.63%
G=28.52%
B=40.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87811160.250.3000.55250.2917.7738.63
Hex575174191E037fa1227
Octal12712116431360673722247
Binary101011110100011110100110011111001101111111101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575174; }

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

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

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

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

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

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

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

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