#524455

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

Shades of Bossanova #524455

Tints of Bossanova #524455

Color information

#524455 (or 0x524455) is unknown color: approx Bossanova. HEX triplet: 52, 44 and 55. RGB value is (82,68,85). Sum of RGB (Red+Green+Blue) = 82+68+85=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 85 - color contains mainly: blue. Hex color #524455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524455 is #ADBBAA. Grayscale: #4A4A4A. Windows color (decimal): -11385771 or 5588050. OLE color: 5588050.

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

Color convert

RGB826885-
CMYK0.040.2000.67
HSL289.41º11.11%30%-
HSV(B)289.41º20%33.33%-
XYZ7.196.589.49-
YUV74.12134.14133.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=34.89%
G=28.94%
B=36.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8268850.040.2000.67289.4111.1130
Hex524455414043121b1e
Octal12210412542401034411336
Binary1010010100010010101011001010001000011100100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524455; }

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

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

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

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

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

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

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

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