#514855

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

Shades of Bossanova #514855

Tints of Bossanova #514855

Color information

#514855 (or 0x514855) is unknown color: approx Bossanova. HEX triplet: 51, 48 and 55. RGB value is (81,72,85). Sum of RGB (Red+Green+Blue) = 81+72+85=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #514855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514855 is #AEB7AA. Grayscale: #4C4C4C. Windows color (decimal): -11450283 or 5589073. OLE color: 5589073.

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

Color convert

RGB817285-
CMYK0.050.1500.67
HSL281.54º8.28%30.78%-
HSV(B)281.54º15.29%33.33%-
XYZ7.357.049.57-
YUV76.17132.98131.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.03%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=34.03%
G=30.25%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8172850.050.1500.67281.548.2830.78
Hex5148555F04311a81f
Octal12111012551701034321037
Binary101000110010001010101101111101000011100011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514855; }

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

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

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

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

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

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

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

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