#504551

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

Shades of Bossanova #504551

Tints of Bossanova #504551

Color information

#504551 (or 0x504551) is unknown color: approx Bossanova. HEX triplet: 50, 45 and 51. RGB value is (80,69,81). Sum of RGB (Red+Green+Blue) = 80+69+81=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 81 - color contains mainly: blue. Hex color #504551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504551 is #AFBAAE. Grayscale: #494949. Windows color (decimal): -11516591 or 5326160. OLE color: 5326160.

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

Color convert

RGB806981-
CMYK0.010.1500.68
HSL295º8%29.41%-
HSV(B)295º14.81%31.76%-
XYZ6.926.568.69-
YUV73.66132.14132.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=34.78%
G=30%
B=35.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8069810.010.1500.68295829.41
Hex5045511F04412781d
Octal12010512111701044471035
Binary1010000100010110100011111101000100100100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504551; }

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

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

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

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

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

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

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

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