#524454

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

Shades of Bossanova #524454

Tints of Bossanova #524454

Color information

#524454 (or 0x524454) is unknown color: approx Bossanova. HEX triplet: 52, 44 and 54. RGB value is (82,68,84). Sum of RGB (Red+Green+Blue) = 82+68+84=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 84 - color contains mainly: blue. Hex color #524454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524454 is #ADBBAB. Grayscale: #494949. Windows color (decimal): -11385772 or 5522514. OLE color: 5522514.

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

Color convert

RGB826884-
CMYK0.020.1900.67
HSL292.5º10.53%29.8%-
HSV(B)292.5º19.05%32.94%-
XYZ7.156.579.28-
YUV74.01133.64133.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 84 (33.20% from 255) = 35.90%
R=35.04%
G=29.06%
B=35.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8268840.020.1900.67292.510.5329.8
Hex524454213043124b1e
Octal12210412422301034441336
Binary101001010001001010100101001101000011100100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524454; }

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

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

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

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

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

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

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

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