#514058

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

Shades of Bossanova #514058

Tints of Bossanova #514058

Color information

#514058 (or 0x514058) is unknown color: approx Bossanova. HEX triplet: 51, 40 and 58. RGB value is (81,64,88). Sum of RGB (Red+Green+Blue) = 81+64+88=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #514058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514058 is #AEBFA7. Grayscale: #474747. Windows color (decimal): -11452328 or 5783633. OLE color: 5783633.

HSL color Cylindrical-coordinate representation of color #514058: hue angle of 282.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #514058 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB816488-
CMYK0.080.2700.65
HSL282.5º15.79%29.8%-
HSV(B)282.5º27.27%34.51%-
XYZ6.996.1210.05-
YUV71.82137.13134.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 88 (34.77% from 255) = 37.77%
R=34.76%
G=27.47%
B=37.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8164880.080.2700.65282.515.7929.8
Hex51405881B04111a101e
Octal121100130103301014322036
Binary101000110000001011000100011011010000011000110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514058; }

 p { color: rgb(81,64,88); }

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

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

 a { background-color: rgb(81,64,88); }

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

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

 span { border-color: rgb(81,64,88); }

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