#514954

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

Shades of Bossanova #514954

Tints of Bossanova #514954

Color information

#514954 (or 0x514954) is unknown color: approx Bossanova. HEX triplet: 51, 49 and 54. RGB value is (81,73,84). Sum of RGB (Red+Green+Blue) = 81+73+84=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 84 - color contains mainly: blue. Hex color #514954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514954 is #AEB6AB. Grayscale: #4C4C4C. Windows color (decimal): -11450028 or 5523793. OLE color: 5523793.

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

Color convert

RGB817384-
CMYK0.040.1300.67
HSL283.64º7.01%30.78%-
HSV(B)283.64º13.1%32.94%-
XYZ7.387.159.38-
YUV76.65132.15131.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.03%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 84 (33.20% from 255) = 35.29%
R=34.03%
G=30.67%
B=35.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8173840.040.1300.67283.647.0130.78
Hex5149544D04311c71f
Octal1211111244150103434737
Binary10100011001001101010010011010100001110001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514954; }

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

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

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

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

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

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

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

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