#514251

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

Shades of Bossanova #514251

Tints of Bossanova #514251

Color information

#514251 (or 0x514251) is unknown color: approx Bossanova. HEX triplet: 51, 42 and 51. RGB value is (81,66,81). Sum of RGB (Red+Green+Blue) = 81+66+81=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #514251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514251 is #AEBDAE. Grayscale: #484848. Windows color (decimal): -11451823 or 5325393. OLE color: 5325393.

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

Color convert

RGB816681-
CMYK00.1900.68
HSL300º10.2%28.82%-
HSV(B)300º18.52%31.76%-
XYZ6.836.248.63-
YUV72.19132.97134.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=35.53%
G=28.95%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81668100.1900.6830010.228.82
Hex51425101304412ca1d
Octal12110212102301044541235
Binary10100011000010101000101001101000100100101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514251; }

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

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

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

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

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

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

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

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