#514751

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

Shades of Bossanova #514751

Tints of Bossanova #514751

Color information

#514751 (or 0x514751) is unknown color: approx Bossanova. HEX triplet: 51, 47 and 51. RGB value is (81,71,81). Sum of RGB (Red+Green+Blue) = 81+71+81=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #514751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514751 is #AEB8AE. Grayscale: #4B4B4B. Windows color (decimal): -11450543 or 5326673. OLE color: 5326673.

HSL color Cylindrical-coordinate representation of color #514751: 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.12%. Process color model (Four color, CMYK) of #514751 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB817181-
CMYK00.1200.68
HSL300º6.58%29.8%-
HSV(B)300º12.35%31.76%-
XYZ7.136.858.73-
YUV75.13131.31132.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=34.76%
G=30.47%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81718100.1200.683006.5829.8
Hex5147510C04412c71e
Octal1211071210140104454736
Binary101000110001111010001011000100010010010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514751; }

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

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

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

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

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

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

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

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