#514851

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

Shades of Bossanova #514851

Tints of Bossanova #514851

Color information

#514851 (or 0x514851) is unknown color: approx Bossanova. HEX triplet: 51, 48 and 51. RGB value is (81,72,81). Sum of RGB (Red+Green+Blue) = 81+72+81=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #514851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514851 is #AEB7AE. Grayscale: #4B4B4B. Windows color (decimal): -11450287 or 5326929. OLE color: 5326929.

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

Color convert

RGB817281-
CMYK00.1100.68
HSL300º5.88%30%-
HSV(B)300º11.11%31.76%-
XYZ7.26.988.75-
YUV75.72130.98131.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=34.62%
G=30.77%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81728100.1100.683005.8830
Hex5148510B04412c61e
Octal1211101210130104454636
Binary101000110010001010001010110100010010010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514851; }

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

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

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

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

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

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

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

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