#514057

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

Shades of Bossanova #514057

Tints of Bossanova #514057

Color information

#514057 (or 0x514057) is unknown color: approx Bossanova. HEX triplet: 51, 40 and 57. RGB value is (81,64,87). Sum of RGB (Red+Green+Blue) = 81+64+87=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 87 - color contains mainly: blue. Hex color #514057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514057 is #AEBFA8. Grayscale: #474747. Windows color (decimal): -11452329 or 5718097. OLE color: 5718097.

HSL color Cylindrical-coordinate representation of color #514057: hue angle of 284.35º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #514057 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB816487-
CMYK0.070.2600.66
HSL284.35º15.23%29.61%-
HSV(B)284.35º26.44%34.12%-
XYZ6.956.19.83-
YUV71.7136.63134.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 87 (34.38% from 255) = 37.5%
R=34.91%
G=27.59%
B=37.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8164870.070.2600.66284.3515.2329.61
Hex51405771A04211cf1e
Octal12110012773201024341736
Binary1010001100000010101111111101001000010100011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514057; }

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

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

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

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

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

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

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

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