#524059

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

Shades of Bossanova #524059

Tints of Bossanova #524059

Color information

#524059 (or 0x524059) is unknown color: approx Bossanova. HEX triplet: 52, 40 and 59. RGB value is (82,64,89). Sum of RGB (Red+Green+Blue) = 82+64+89=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #524059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524059 is #ADBFA6. Grayscale: #484848. Windows color (decimal): -11386791 or 5849170. OLE color: 5849170.

HSL color Cylindrical-coordinate representation of color #524059: hue angle of 283.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #524059 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB826489-
CMYK0.080.2800.65
HSL283.2º16.34%30%-
HSV(B)283.2º28.09%34.9%-
XYZ7.126.1810.27-
YUV72.23137.46134.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=34.89%
G=27.23%
B=37.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8264890.080.2800.65283.216.3430
Hex52405981C04111b101e
Octal122100131103401014332036
Binary101001010000001011001100011100010000011000110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524059; }

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

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

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

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

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

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

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

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