#524657

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

Shades of Bossanova #524657

Tints of Bossanova #524657

Color information

#524657 (or 0x524657) is unknown color: approx Bossanova. HEX triplet: 52, 46 and 57. RGB value is (82,70,87). Sum of RGB (Red+Green+Blue) = 82+70+87=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 87 - color contains mainly: blue. Hex color #524657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524657 is #ADB9A8. Grayscale: #4B4B4B. Windows color (decimal): -11385257 or 5719634. OLE color: 5719634.

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

Color convert

RGB827087-
CMYK0.060.2000.66
HSL282.35º10.83%30.78%-
HSV(B)282.35º19.54%34.12%-
XYZ7.396.869.95-
YUV75.53134.48132.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.31%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 87 (34.38% from 255) = 36.40%
R=34.31%
G=29.29%
B=36.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8270870.060.2000.66282.3510.8330.78
Hex52465761404211ab1f
Octal12210612762401024321337
Binary1010010100011010101111101010001000010100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524657; }

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

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

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

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

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

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

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

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