#524056

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

Shades of Bossanova #524056

Tints of Bossanova #524056

Color information

#524056 (or 0x524056) is unknown color: approx Bossanova. HEX triplet: 52, 40 and 56. RGB value is (82,64,86). Sum of RGB (Red+Green+Blue) = 82+64+86=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 86 - color contains mainly: blue. Hex color #524056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524056 is #ADBFA9. Grayscale: #474747. Windows color (decimal): -11386794 or 5652562. OLE color: 5652562.

HSL color Cylindrical-coordinate representation of color #524056: hue angle of 289.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #524056 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB826486-
CMYK0.050.2600.66
HSL289.09º14.67%29.41%-
HSV(B)289.09º25.58%33.73%-
XYZ6.996.139.62-
YUV71.89135.96135.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=35.34%
G=27.59%
B=37.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8264860.050.2600.66289.0914.6729.41
Hex52405651A042121f1d
Octal12210012653201024411735
Binary1010010100000010101101011101001000010100100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524056; }

 p { color: rgb(82,64,86); }

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

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

 a { background-color: rgb(82,64,86); }

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

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

 span { border-color: rgb(82,64,86); }

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