#514053

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

Shades of Bossanova #514053

Tints of Bossanova #514053

Color information

#514053 (or 0x514053) is unknown color: approx Bossanova. HEX triplet: 51, 40 and 53. RGB value is (81,64,83). Sum of RGB (Red+Green+Blue) = 81+64+83=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 83 - color contains mainly: blue. Hex color #514053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514053 is #AEBFAC. Grayscale: #474747. Windows color (decimal): -11452333 or 5455953. OLE color: 5455953.

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

Color convert

RGB816483-
CMYK0.020.2300.67
HSL293.68º12.93%28.82%-
HSV(B)293.68º22.89%32.55%-
XYZ6.796.048.99-
YUV71.25134.63134.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 64 (25.39% from 255) = 28.07%
BLUE value IS 83 (32.81% from 255) = 36.40%
R=35.53%
G=28.07%
B=36.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8164830.020.2300.67293.6812.9328.82
Hex514053217043126d1d
Octal12110012322701034461535
Binary101000110000001010011101011101000011100100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514053; }

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

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

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

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

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

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

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

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