#504052

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

Shades of Bossanova #504052

Tints of Bossanova #504052

Color information

#504052 (or 0x504052) is unknown color: approx Bossanova. HEX triplet: 50, 40 and 52. RGB value is (80,64,82). Sum of RGB (Red+Green+Blue) = 80+64+82=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 82 - color contains mainly: blue. Hex color #504052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504052 is #AFBFAD. Grayscale: #464646. Windows color (decimal): -11517870 or 5390416. OLE color: 5390416.

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

Color convert

RGB806482-
CMYK0.020.2200.68
HSL293.33º12.33%28.63%-
HSV(B)293.33º21.95%32.16%-
XYZ6.665.988.79-
YUV70.84134.3134.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=35.40%
G=28.32%
B=36.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8064820.020.2200.68293.3312.3328.63
Hex504052216044125c1d
Octal12010012222601044451435
Binary101000010000001010010101011001000100100100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504052; }

 p { color: rgb(80,64,82); }

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

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

 a { background-color: rgb(80,64,82); }

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

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

 span { border-color: rgb(80,64,82); }

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