#514651

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

Shades of Bossanova #514651

Tints of Bossanova #514651

Color information

#514651 (or 0x514651) is unknown color: approx Bossanova. HEX triplet: 51, 46 and 51. RGB value is (81,70,81). Sum of RGB (Red+Green+Blue) = 81+70+81=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #514651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514651 is #AEB9AE. Grayscale: #4A4A4A. Windows color (decimal): -11450799 or 5326417. OLE color: 5326417.

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

Color convert

RGB817081-
CMYK00.1400.68
HSL300º7.28%29.61%-
HSV(B)300º13.58%31.76%-
XYZ7.076.728.71-
YUV74.54131.64132.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=34.91%
G=30.17%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81708100.1400.683007.2829.61
Hex5146510E04412c71e
Octal1211061210160104454736
Binary101000110001101010001011100100010010010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514651; }

 p { color: rgb(81,70,81); }

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

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

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

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

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

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

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