#524057

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

Shades of Bossanova #524057

Tints of Bossanova #524057

Color information

#524057 (or 0x524057) is unknown color: approx Bossanova. HEX triplet: 52, 40 and 57. RGB value is (82,64,87). Sum of RGB (Red+Green+Blue) = 82+64+87=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 87 - color contains mainly: blue. Hex color #524057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524057 is #ADBFA8. Grayscale: #474747. Windows color (decimal): -11386793 or 5718098. OLE color: 5718098.

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

Color convert

RGB826487-
CMYK0.060.2600.66
HSL286.96º15.23%29.61%-
HSV(B)286.96º26.44%34.12%-
XYZ7.036.159.83-
YUV72136.46135.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 87 (34.38% from 255) = 37.34%
R=35.19%
G=27.47%
B=37.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8264870.060.2600.66286.9615.2329.61
Hex52405761A04211ff1e
Octal12210012763201024371736
Binary1010010100000010101111101101001000010100011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524057; }

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

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

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

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

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

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

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

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