#514852

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

Shades of Bossanova #514852

Tints of Bossanova #514852

Color information

#514852 (or 0x514852) is unknown color: approx Bossanova. HEX triplet: 51, 48 and 52. RGB value is (81,72,82). Sum of RGB (Red+Green+Blue) = 81+72+82=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 82 - color contains mainly: blue. Hex color #514852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514852 is #AEB7AD. Grayscale: #4B4B4B. Windows color (decimal): -11450286 or 5392465. OLE color: 5392465.

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

Color convert

RGB817282-
CMYK0.010.1200.68
HSL294º6.49%30.2%-
HSV(B)294º12.2%32.16%-
XYZ7.236.998.95-
YUV75.83131.48131.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=34.47%
G=30.64%
B=34.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8172820.010.1200.682946.4930.2
Hex5148521C04412661e
Octal1211101221140104446636
Binary101000110010001010010111000100010010010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514852; }

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

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

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

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

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

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

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

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