#514655

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

Shades of Bossanova #514655

Tints of Bossanova #514655

Color information

#514655 (or 0x514655) is unknown color: approx Bossanova. HEX triplet: 51, 46 and 55. RGB value is (81,70,85). Sum of RGB (Red+Green+Blue) = 81+70+85=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 85 - color contains mainly: blue. Hex color #514655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514655 is #AEB9AA. Grayscale: #4A4A4A. Windows color (decimal): -11450795 or 5588561. OLE color: 5588561.

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

Color convert

RGB817085-
CMYK0.050.1800.67
HSL284º9.68%30.39%-
HSV(B)284º17.65%33.33%-
XYZ7.226.799.52-
YUV75133.64132.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=34.32%
G=29.66%
B=36.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8170850.050.1800.672849.6830.39
Hex51465551204311ca1e
Octal12110612552201034341236
Binary1010001100011010101011011001001000011100011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514655; }

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

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

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

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

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

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

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

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