#514F52

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

Shades of Bossanova #514F52

Tints of Bossanova #514F52

Color information

#514F52 (or 0x514F52) is unknown color: approx Bossanova. HEX triplet: 51, 4F and 52. RGB value is (81,79,82). Sum of RGB (Red+Green+Blue) = 81+79+82=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 82 - color contains mainly: blue. Hex color #514F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F52 is #AEB0AD. Grayscale: #4F4F4F. Windows color (decimal): -11448494 or 5394257. OLE color: 5394257.

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

Color convert

RGB817982-
CMYK0.010.0400.68
HSL280º1.86%31.57%-
HSV(B)280º3.66%32.16%-
XYZ7.717.959.11-
YUV79.94129.16128.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 82 (32.42% from 255) = 33.88%
R=33.47%
G=32.64%
B=33.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8179820.010.0400.682801.8631.57
Hex514F5214044118220
Octal121117122140104430240
Binary10100011001111101001011000100010010001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514F52; }

 p { color: rgb(81,79,82); }

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

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

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

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

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

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

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