#514854

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

Shades of Bossanova #514854

Tints of Bossanova #514854

Color information

#514854 (or 0x514854) is unknown color: approx Bossanova. HEX triplet: 51, 48 and 54. RGB value is (81,72,84). Sum of RGB (Red+Green+Blue) = 81+72+84=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 84 - color contains mainly: blue. Hex color #514854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514854 is #AEB7AB. Grayscale: #4C4C4C. Windows color (decimal): -11450284 or 5523537. OLE color: 5523537.

HSL color Cylindrical-coordinate representation of color #514854: hue angle of 285º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #514854 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB817284-
CMYK0.040.1400.67
HSL285º7.69%30.59%-
HSV(B)285º14.29%32.94%-
XYZ7.317.029.36-
YUV76.06132.48131.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.18%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=34.18%
G=30.38%
B=35.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8172840.040.1400.672857.6930.59
Hex5148544E04311d81f
Octal12111012441601034351037
Binary101000110010001010100100111001000011100011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514854; }

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

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

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

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

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

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

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

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