#504852

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

Shades of Bossanova #504852

Tints of Bossanova #504852

Color information

#504852 (or 0x504852) is unknown color: approx Bossanova. HEX triplet: 50, 48 and 52. RGB value is (80,72,82). Sum of RGB (Red+Green+Blue) = 80+72+82=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 82 - color contains mainly: blue. Hex color #504852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504852 is #AFB7AD. Grayscale: #4B4B4B. Windows color (decimal): -11515822 or 5392464. OLE color: 5392464.

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

Color convert

RGB807282-
CMYK0.020.1200.68
HSL288º6.49%30.2%-
HSV(B)288º12.2%32.16%-
XYZ7.156.958.95-
YUV75.53131.65131.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=34.19%
G=30.77%
B=35.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8072820.020.1200.682886.4930.2
Hex5048522C04412061e
Octal1201101222140104440636
Binary1010000100100010100101011000100010010010000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504852; }

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

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

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

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

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

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

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

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