#524157

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

Shades of Bossanova #524157

Tints of Bossanova #524157

Color information

#524157 (or 0x524157) is unknown color: approx Bossanova. HEX triplet: 52, 41 and 57. RGB value is (82,65,87). Sum of RGB (Red+Green+Blue) = 82+65+87=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 87 - color contains mainly: blue. Hex color #524157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524157 is #ADBEA8. Grayscale: #484848. Windows color (decimal): -11386537 or 5718354. OLE color: 5718354.

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

Color convert

RGB826587-
CMYK0.060.2500.66
HSL286.36º14.47%29.8%-
HSV(B)286.36º25.29%34.12%-
XYZ7.096.269.85-
YUV72.59136.13134.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=35.04%
G=27.78%
B=37.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8265870.060.2500.66286.3614.4729.8
Hex52415761904211ee1e
Octal12210112763101024361636
Binary1010010100000110101111101100101000010100011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524157; }

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

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

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

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

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

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

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

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