#514953

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

Shades of Bossanova #514953

Tints of Bossanova #514953

Color information

#514953 (or 0x514953) is unknown color: approx Bossanova. HEX triplet: 51, 49 and 53. RGB value is (81,73,83). Sum of RGB (Red+Green+Blue) = 81+73+83=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 83 - color contains mainly: blue. Hex color #514953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514953 is #AEB6AC. Grayscale: #4C4C4C. Windows color (decimal): -11450029 or 5458257. OLE color: 5458257.

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

Color convert

RGB817383-
CMYK0.020.1200.67
HSL288º6.41%30.59%-
HSV(B)288º12.05%32.55%-
XYZ7.347.149.17-
YUV76.53131.65131.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.18%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=34.18%
G=30.80%
B=35.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8173830.020.1200.672886.4130.59
Hex5149532C04312061f
Octal1211111232140103440637
Binary1010001100100110100111011000100001110010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514953; }

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

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

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

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

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

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

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

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