Html Css Color HEX #504456 Bossanova

📋 copy color: '#504456'

red 80 ◦ green 68 ◦ blue 86

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

Shades of Bossanova #504456

Tints of Bossanova #504456

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

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

R = 34.19%
G = 29.06%
B = 36.75%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#504456 (or 0x504456) is known color: Bossanova. HEX triplet: 50, 44 and 56. RGB value is (80,68,86). Sum of RGB (Red+Green+Blue) = 80+68+86=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 86 - color contains mainly: blue. Hex color #504456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504456 is #AFBBA9. Grayscale: #494949. Windows color (decimal): -11516842 or 5653584. OLE color: 5653584.

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

Color convert

RGB 80 68 86 -
CMYK 0.07 0.21 0 0.66
HSL 280º 0.12% 0.3% -
HSV(B) 280º 0.21% 0.34% -
XYZ 7.06 6.51 9.69 -
YUV 73.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 80 68 86 0.07 0.21 0 0.66 280 0.12 0.3
Hex 50 44 56 7 15 0 42 118 C 1E
Octal 120 104 126 7 25 0 102 430 14 36
Binary 1010000 1000100 1010110 111 10101 0 1000010 100011000 1100 11110

Color Harmonies of #504456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504456

Black with #504456

Text Example


Text Example

White with #504456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504456; }

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

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

background-color css

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

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

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

border-color css

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

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

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