#504552

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

Shades of Bossanova #504552

Tints of Bossanova #504552

Color information

#504552 (or 0x504552) is unknown color: approx Bossanova. HEX triplet: 50, 45 and 52. RGB value is (80,69,82). Sum of RGB (Red+Green+Blue) = 80+69+82=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 82 - color contains mainly: blue. Hex color #504552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504552 is #AFBAAD. Grayscale: #494949. Windows color (decimal): -11516590 or 5391696. OLE color: 5391696.

HSL color Cylindrical-coordinate representation of color #504552: hue angle of 290.77º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #504552 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB806982-
CMYK0.020.1600.68
HSL290.77º8.61%29.61%-
HSV(B)290.77º15.85%32.16%-
XYZ6.966.578.88-
YUV73.77132.64132.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=34.63%
G=29.87%
B=35.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8069820.020.1600.68290.778.6129.61
Hex50455221004412391e
Octal12010512222001044431136
Binary101000010001011010010101000001000100100100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504552; }

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

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

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

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

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

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

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

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