#504254

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

Shades of Bossanova #504254

Tints of Bossanova #504254

Color information

#504254 (or 0x504254) is unknown color: approx Bossanova. HEX triplet: 50, 42 and 54. RGB value is (80,66,84). Sum of RGB (Red+Green+Blue) = 80+66+84=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 84 - color contains mainly: blue. Hex color #504254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504254 is #AFBDAB. Grayscale: #484848. Windows color (decimal): -11517356 or 5522000. OLE color: 5522000.

HSL color Cylindrical-coordinate representation of color #504254: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #504254 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB806684-
CMYK0.050.2100.67
HSL286.67º12%29.41%-
HSV(B)286.67º21.43%32.94%-
XYZ6.866.249.23-
YUV72.24134.64133.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=34.78%
G=28.70%
B=36.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8066840.050.2100.67286.671229.41
Hex50425451504311fc1d
Octal12010212452501034371435
Binary1010000100001010101001011010101000011100011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504254; }

 p { color: rgb(80,66,84); }

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

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

 a { background-color: rgb(80,66,84); }

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

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

 span { border-color: rgb(80,66,84); }

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