#514152

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

Shades of Bossanova #514152

Tints of Bossanova #514152

Color information

#514152 (or 0x514152) is unknown color: approx Bossanova. HEX triplet: 51, 41 and 52. RGB value is (81,65,82). Sum of RGB (Red+Green+Blue) = 81+65+82=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: blue. Hex color #514152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514152 is #AEBEAD. Grayscale: #474747. Windows color (decimal): -11452078 or 5390673. OLE color: 5390673.

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

Color convert

RGB816582-
CMYK0.010.2100.68
HSL296.47º11.56%28.82%-
HSV(B)296.47º20.73%32.16%-
XYZ6.816.148.81-
YUV71.72133.8134.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=35.53%
G=28.51%
B=35.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8165820.010.2100.68296.4711.5628.82
Hex514152115044128c1d
Octal12110112212501044501435
Binary10100011000001101001011010101000100100101000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514152; }

 p { color: rgb(81,65,82); }

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

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

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

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

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

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

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