#514657

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

Shades of Bossanova #514657

Tints of Bossanova #514657

Color information

#514657 (or 0x514657) is unknown color: approx Bossanova. HEX triplet: 51, 46 and 57. RGB value is (81,70,87). Sum of RGB (Red+Green+Blue) = 81+70+87=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 87 - color contains mainly: blue. Hex color #514657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514657 is #AEB9A8. Grayscale: #4B4B4B. Windows color (decimal): -11450793 or 5719633. OLE color: 5719633.

HSL color Cylindrical-coordinate representation of color #514657: hue angle of 278.82º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #514657 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB817087-
CMYK0.070.2000.66
HSL278.82º10.83%30.78%-
HSV(B)278.82º19.54%34.12%-
XYZ7.36.829.95-
YUV75.23134.64132.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.03%
GREEN value IS 70 (27.73% from 255) = 29.41%
BLUE value IS 87 (34.38% from 255) = 36.55%
R=34.03%
G=29.41%
B=36.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8170870.070.2000.66278.8210.8330.78
Hex514657714042117b1f
Octal12110612772401024271337
Binary1010001100011010101111111010001000010100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514657; }

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

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

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

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

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

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

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

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