#503852

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

Shades of Bossanova #503852

Tints of Bossanova #503852

Color information

#503852 (or 0x503852) is unknown color: approx Bossanova. HEX triplet: 50, 38 and 52. RGB value is (80,56,82). Sum of RGB (Red+Green+Blue) = 80+56+82=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #503852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503852 is #AFC7AD. Grayscale: #424242. Windows color (decimal): -11519918 or 5388368. OLE color: 5388368.

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

Color convert

RGB805682-
CMYK0.020.3200.68
HSL295.38º18.84%27.06%-
HSV(B)295.38º31.71%32.16%-
XYZ6.255.148.65-
YUV66.14136.95137.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=36.70%
G=25.69%
B=37.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8056820.020.3200.68295.3818.8427.06
Hex503852220044127131b
Octal1207012224001044472333
Binary1010000111000101001010100000010001001001001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503852; }

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

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

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

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

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

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

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

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