#514856

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

Shades of Bossanova #514856

Tints of Bossanova #514856

Color information

#514856 (or 0x514856) is unknown color: approx Bossanova. HEX triplet: 51, 48 and 56. RGB value is (81,72,86). Sum of RGB (Red+Green+Blue) = 81+72+86=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 86 - color contains mainly: blue. Hex color #514856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514856 is #AEB7A9. Grayscale: #4C4C4C. Windows color (decimal): -11450282 or 5654609. OLE color: 5654609.

HSL color Cylindrical-coordinate representation of color #514856: hue angle of 278.57º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #514856 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB817286-
CMYK0.060.1600.66
HSL278.57º8.86%30.98%-
HSV(B)278.57º16.28%33.73%-
XYZ7.397.069.78-
YUV76.29133.48131.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.89%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=33.89%
G=30.13%
B=35.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8172860.060.1600.66278.578.8630.98
Hex51485661004211791f
Octal12111012662001024271137
Binary1010001100100010101101101000001000010100010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514856; }

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

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

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

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

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

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

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

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