#514557

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

Shades of Bossanova #514557

Tints of Bossanova #514557

Color information

#514557 (or 0x514557) is unknown color: approx Bossanova. HEX triplet: 51, 45 and 57. RGB value is (81,69,87). Sum of RGB (Red+Green+Blue) = 81+69+87=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 87 - color contains mainly: blue. Hex color #514557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514557 is #AEBAA8. Grayscale: #4A4A4A. Windows color (decimal): -11451049 or 5719377. OLE color: 5719377.

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

Color convert

RGB816987-
CMYK0.070.2100.66
HSL280º11.54%30.59%-
HSV(B)280º20.69%34.12%-
XYZ7.246.699.93-
YUV74.64134.98132.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.18%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 87 (34.38% from 255) = 36.71%
R=34.18%
G=29.11%
B=36.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8169870.070.2100.6628011.5430.59
Hex514557715042118c1f
Octal12110512772501024301437
Binary1010001100010110101111111010101000010100011000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514557; }

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

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

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

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

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

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

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

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