#575074

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

Shades of Smoky #575074

Tints of Smoky #575074

Color information

#575074 (or 0x575074) is unknown color: approx Smoky. HEX triplet: 57, 50 and 74. RGB value is (87,80,116). Sum of RGB (Red+Green+Blue) = 87+80+116=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #575074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575074 is #A8AF8B. Grayscale: #565656. Windows color (decimal): -11054988 or 7622743. OLE color: 7622743.

HSL color Cylindrical-coordinate representation of color #575074: hue angle of 251.67º degrees, saturation: 0.18, 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 #575074 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8780116-
CMYK0.250.3100.55
HSL251.67º18.37%38.43%-
HSV(B)251.67º31.03%45.49%-
XYZ9.959.0217.74-
YUV86.2144.82128.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=30.74%
G=28.27%
B=40.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87801160.250.3100.55251.6718.3738.43
Hex575074191F037fc1226
Octal12712016431370673742246
Binary101011110100001110100110011111101101111111110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575074; }

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

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

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

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

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

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

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

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