#514258

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

Shades of Bossanova #514258

Tints of Bossanova #514258

Color information

#514258 (or 0x514258) is unknown color: approx Bossanova. HEX triplet: 51, 42 and 58. RGB value is (81,66,88). Sum of RGB (Red+Green+Blue) = 81+66+88=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #514258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514258 is #AEBDA7. Grayscale: #484848. Windows color (decimal): -11451816 or 5784145. OLE color: 5784145.

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

Color convert

RGB816688-
CMYK0.080.2500.65
HSL280.91º14.29%30.2%-
HSV(B)280.91º25%34.51%-
XYZ7.16.3510.08-
YUV72.99136.47133.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=34.47%
G=28.09%
B=37.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8166880.080.2500.65280.9114.2930.2
Hex514258819041119e1e
Octal121102130103101014311636
Binary10100011000010101100010001100101000001100011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514258; }

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

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

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

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

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

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

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

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