#514455

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

Shades of Bossanova #514455

Tints of Bossanova #514455

Color information

#514455 (or 0x514455) is unknown color: approx Bossanova. HEX triplet: 51, 44 and 55. RGB value is (81,68,85). Sum of RGB (Red+Green+Blue) = 81+68+85=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 85 - color contains mainly: blue. Hex color #514455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514455 is #AEBBAA. Grayscale: #494949. Windows color (decimal): -11451307 or 5588049. OLE color: 5588049.

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

Color convert

RGB816885-
CMYK0.050.2000.67
HSL285.88º11.11%30%-
HSV(B)285.88º20%33.33%-
XYZ7.16.549.48-
YUV73.82134.31133.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 85 (33.59% from 255) = 36.32%
R=34.62%
G=29.06%
B=36.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8168850.050.2000.67285.8811.1130
Hex51445551404311eb1e
Octal12110412552401034361336
Binary1010001100010010101011011010001000011100011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514455; }

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

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

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

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

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

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

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

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