#514654

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

Shades of Bossanova #514654

Tints of Bossanova #514654

Color information

#514654 (or 0x514654) is unknown color: approx Bossanova. HEX triplet: 51, 46 and 54. RGB value is (81,70,84). Sum of RGB (Red+Green+Blue) = 81+70+84=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 84 - color contains mainly: blue. Hex color #514654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514654 is #AEB9AB. Grayscale: #4A4A4A. Windows color (decimal): -11450796 or 5523025. OLE color: 5523025.

HSL color Cylindrical-coordinate representation of color #514654: hue angle of 287.14º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #514654 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB817084-
CMYK0.040.1700.67
HSL287.14º9.09%30.2%-
HSV(B)287.14º16.67%32.94%-
XYZ7.186.779.32-
YUV74.88133.14132.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=34.47%
G=29.79%
B=35.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8170840.040.1700.67287.149.0930.2
Hex51465441104311f91e
Octal12110612442101034371136
Binary1010001100011010101001001000101000011100011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514654; }

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

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

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

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

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

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

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

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