#514253

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

Shades of Bossanova #514253

Tints of Bossanova #514253

Color information

#514253 (or 0x514253) is unknown color: approx Bossanova. HEX triplet: 51, 42 and 53. RGB value is (81,66,83). Sum of RGB (Red+Green+Blue) = 81+66+83=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: blue. Hex color #514253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514253 is #AEBDAC. Grayscale: #484848. Windows color (decimal): -11451821 or 5456465. OLE color: 5456465.

HSL color Cylindrical-coordinate representation of color #514253: hue angle of 292.94º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #514253 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB816683-
CMYK0.020.2000.67
HSL292.94º11.41%29.22%-
HSV(B)292.94º20.48%32.55%-
XYZ6.96.279.03-
YUV72.42133.97134.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=35.22%
G=28.70%
B=36.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8166830.020.2000.67292.9411.4129.22
Hex514253214043125b1d
Octal12110212322401034451335
Binary101000110000101010011101010001000011100100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514253; }

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

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

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

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

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

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

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

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