#514351

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

Shades of Bossanova #514351

Tints of Bossanova #514351

Color information

#514351 (or 0x514351) is unknown color: approx Bossanova. HEX triplet: 51, 43 and 51. RGB value is (81,67,81). Sum of RGB (Red+Green+Blue) = 81+67+81=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #514351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514351 is #AEBCAE. Grayscale: #484848. Windows color (decimal): -11451567 or 5325649. OLE color: 5325649.

HSL color Cylindrical-coordinate representation of color #514351: hue angle of 300º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #514351 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB816781-
CMYK00.1700.68
HSL300º9.46%29.02%-
HSV(B)300º17.28%31.76%-
XYZ6.896.368.65-
YUV72.78132.64133.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 81 (32.03% from 255) = 35.37%
R=35.37%
G=29.26%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81678100.1700.683009.4629.02
Hex51435101104412c91d
Octal12110312102101044541135
Binary10100011000011101000101000101000100100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514351; }

 p { color: rgb(81,67,81); }

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

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

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

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

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

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

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