Html Css Color HEX #504056 Bossanova

📋 copy color: '#504056'

red 80 ◦ green 64 ◦ blue 86

#504056
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #504056

Tints of Bossanova #504056

RGB

 RED value IS 80 (31.64% from 255) = 34.78%

 GREEN value IS 64 (25.39% from 255) = 27.83%

 BLUE value IS 86 (33.98% from 255) = 37.39%

R = 34.78%
G = 27.83%
B = 37.39%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#504056 (or 0x504056) is known color: Bossanova. HEX triplet: 50, 40 and 56. RGB value is (80,64,86). Sum of RGB (Red+Green+Blue) = 80+64+86=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 86 - color contains mainly: blue. Hex color #504056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504056 is #AFBFA9. Grayscale: #474747. Windows color (decimal): -11517866 or 5652560. OLE color: 5652560.

HSL color Cylindrical-coordinate representation of color #504056: hue angle of 283.64º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #504056 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 64 86 -
CMYK 0.07 0.26 0 0.66
HSL 283.64º 0.15% 0.29% -
HSV(B) 283.64º 0.26% 0.34% -
XYZ 6.82 6.04 9.61 -
YUV 71.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 80 64 86 0.07 0.26 0 0.66 283.64 0.15 0.29
Hex 50 40 56 7 1A 0 42 11C F 1D
Octal 120 100 126 7 32 0 102 434 17 35
Binary 1010000 1000000 1010110 111 11010 0 1000010 100011100 1111 11101

Color Harmonies of #504056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504056

Black with #504056

Text Example


Text Example

White with #504056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504056; }

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

 H1.HeaderClassName
 {
   color: #504056;
 }
 .AnyTagClassName
 {
   color: #504056;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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