#504452

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

Shades of Bossanova #504452

Tints of Bossanova #504452

Color information

#504452 (or 0x504452) is unknown color: approx Bossanova. HEX triplet: 50, 44 and 52. RGB value is (80,68,82). Sum of RGB (Red+Green+Blue) = 80+68+82=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 82 - color contains mainly: blue. Hex color #504452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504452 is #AFBBAD. Grayscale: #494949. Windows color (decimal): -11516846 or 5391440. OLE color: 5391440.

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

Color convert

RGB806882-
CMYK0.020.1700.68
HSL291.43º9.33%29.41%-
HSV(B)291.43º17.07%32.16%-
XYZ6.96.458.86-
YUV73.18132.98132.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=34.78%
G=29.57%
B=35.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8068820.020.1700.68291.439.3329.41
Hex50445221104412391d
Octal12010412222101044431135
Binary101000010001001010010101000101000100100100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504452; }

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

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

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

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

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

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

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

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