#514A53

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

Shades of Bossanova #514A53

Tints of Bossanova #514A53

Color information

#514A53 (or 0x514A53) is unknown color: approx Bossanova. HEX triplet: 51, 4A and 53. RGB value is (81,74,83). Sum of RGB (Red+Green+Blue) = 81+74+83=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 83 - color contains mainly: blue. Hex color #514A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514A53 is #AEB5AC. Grayscale: #4D4D4D. Windows color (decimal): -11449773 or 5458513. OLE color: 5458513.

HSL color Cylindrical-coordinate representation of color #514A53: hue angle of 286.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #514A53 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB817483-
CMYK0.020.1100.67
HSL286.67º5.73%30.78%-
HSV(B)286.67º10.84%32.55%-
XYZ7.47.279.2-
YUV77.12131.32130.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.03%
GREEN value IS 74 (29.30% from 255) = 31.09%
BLUE value IS 83 (32.81% from 255) = 34.87%
R=34.03%
G=31.09%
B=34.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8174830.020.1100.67286.675.7330.78
Hex514A532B04311f61f
Octal1211121232130103437637
Binary1010001100101010100111010110100001110001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514A53; }

 p { color: rgb(81,74,83); }

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

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

 a { background-color: rgb(81,74,83); }

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

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

 span { border-color: rgb(81,74,83); }

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