#504251

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

Shades of Bossanova #504251

Tints of Bossanova #504251

Color information

#504251 (or 0x504251) is unknown color: approx Bossanova. HEX triplet: 50, 42 and 51. RGB value is (80,66,81). Sum of RGB (Red+Green+Blue) = 80+66+81=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: blue. Hex color #504251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504251 is #AFBDAE. Grayscale: #474747. Windows color (decimal): -11517359 or 5325392. OLE color: 5325392.

HSL color Cylindrical-coordinate representation of color #504251: hue angle of 296º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #504251 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB806681-
CMYK0.010.1900.68
HSL296º10.2%28.82%-
HSV(B)296º18.52%31.76%-
XYZ6.746.28.63-
YUV71.9133.14133.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=35.24%
G=29.07%
B=35.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8066810.010.1900.6829610.228.82
Hex504251113044128a1d
Octal12010212112301044501235
Binary10100001000010101000111001101000100100101000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504251; }

 p { color: rgb(80,66,81); }

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

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

 a { background-color: rgb(80,66,81); }

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

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

 span { border-color: rgb(80,66,81); }

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