#524757

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

Shades of Bossanova #524757

Tints of Bossanova #524757

Color information

#524757 (or 0x524757) is unknown color: approx Bossanova. HEX triplet: 52, 47 and 57. RGB value is (82,71,87). Sum of RGB (Red+Green+Blue) = 82+71+87=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 87 - color contains mainly: blue. Hex color #524757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524757 is #ADB8A8. Grayscale: #4C4C4C. Windows color (decimal): -11385001 or 5719890. OLE color: 5719890.

HSL color Cylindrical-coordinate representation of color #524757: hue angle of 281.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #524757 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB827187-
CMYK0.060.1800.66
HSL281.25º10.13%30.98%-
HSV(B)281.25º18.39%34.12%-
XYZ7.456.999.97-
YUV76.11134.14132.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=34.17%
G=29.58%
B=36.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8271870.060.1800.66281.2510.1330.98
Hex524757612042119a1f
Octal12210712762201024311237
Binary1010010100011110101111101001001000010100011001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524757; }

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

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

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

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

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

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

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

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