#524554

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

Shades of Bossanova #524554

Tints of Bossanova #524554

Color information

#524554 (or 0x524554) is unknown color: approx Bossanova. HEX triplet: 52, 45 and 54. RGB value is (82,69,84). Sum of RGB (Red+Green+Blue) = 82+69+84=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 84 - color contains mainly: blue. Hex color #524554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524554 is #ADBAAB. Grayscale: #4A4A4A. Windows color (decimal): -11385516 or 5522770. OLE color: 5522770.

HSL color Cylindrical-coordinate representation of color #524554: hue angle of 292º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #524554 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB826984-
CMYK0.020.1800.67
HSL292º9.8%30%-
HSV(B)292º17.86%32.94%-
XYZ7.216.699.3-
YUV74.6133.31133.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=34.89%
G=29.36%
B=35.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8269840.020.1800.672929.830
Hex524554212043124a1e
Octal12210512422201034441236
Binary101001010001011010100101001001000011100100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524554; }

 p { color: rgb(82,69,84); }

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

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

 a { background-color: rgb(82,69,84); }

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

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

 span { border-color: rgb(82,69,84); }

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