#514556

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

Shades of Bossanova #514556

Tints of Bossanova #514556

Color information

#514556 (or 0x514556) is unknown color: approx Bossanova. HEX triplet: 51, 45 and 56. RGB value is (81,69,86). Sum of RGB (Red+Green+Blue) = 81+69+86=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 86 - color contains mainly: blue. Hex color #514556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514556 is #AEBAA9. Grayscale: #4A4A4A. Windows color (decimal): -11451050 or 5653841. OLE color: 5653841.

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

Color convert

RGB816986-
CMYK0.060.2000.66
HSL282.35º10.97%30.39%-
HSV(B)282.35º19.77%33.73%-
XYZ7.26.689.71-
YUV74.53134.48132.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=34.32%
G=29.24%
B=36.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8169860.060.2000.66282.3510.9730.39
Hex51455661404211ab1e
Octal12110512662401024321336
Binary1010001100010110101101101010001000010100011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514556; }

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

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

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

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

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

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

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

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