#575275

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

Shades of Smoky #575275

Tints of Smoky #575275

Color information

#575275 (or 0x575275) is unknown color: approx Smoky. HEX triplet: 57, 52 and 75. RGB value is (87,82,117). Sum of RGB (Red+Green+Blue) = 87+82+117=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #575275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575275 is #A8AD8A. Grayscale: #575757. Windows color (decimal): -11054475 or 7688791. OLE color: 7688791.

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

Color convert

RGB8782117-
CMYK0.260.3000.54
HSL248.57º17.59%39.02%-
HSV(B)248.57º29.91%45.88%-
XYZ10.169.3518.1-
YUV87.48144.66127.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.42%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=30.42%
G=28.67%
B=40.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87821170.260.3000.54248.5717.5939.02
Hex5752751A1E036f91227
Octal12712216532360663712247
Binary101011110100101110101110101111001101101111100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575275; }

 p { color: rgb(87,82,117); }

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

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

 a { background-color: rgb(87,82,117); }

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

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

 span { border-color: rgb(87,82,117); }

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