Html Css Color HEX #504853 Bossanova

📋 copy color: '#504853'

red 80 ◦ green 72 ◦ blue 83

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

Shades of Bossanova #504853

Tints of Bossanova #504853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.64%

 BLUE value IS 83 (32.81% from 255) = 35.32%

R = 34.04%
G = 30.64%
B = 35.32%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#504853 (or 0x504853) is known color: Bossanova. HEX triplet: 50, 48 and 53. RGB value is (80,72,83). Sum of RGB (Red+Green+Blue) = 80+72+83=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 83 - color contains mainly: blue. Hex color #504853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504853 is #AFB7AC. Grayscale: #4B4B4B. Windows color (decimal): -11515821 or 5458000. OLE color: 5458000.

HSL color Cylindrical-coordinate representation of color #504853: hue angle of 283.64º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #504853 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 72 83 -
CMYK 0.04 0.13 0 0.67
HSL 283.64º 0.07% 0.3% -
HSV(B) 283.64º 0.13% 0.33% -
XYZ 7.19 6.96 9.15 -
YUV 75.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 80 72 83 0.04 0.13 0 0.67 283.64 0.07 0.3
Hex 50 48 53 4 D 0 43 11C 7 1E
Octal 120 110 123 4 15 0 103 434 7 36
Binary 1010000 1001000 1010011 100 1101 0 1000011 100011100 111 11110

Color Harmonies of #504853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504853

Black with #504853

Text Example


Text Example

White with #504853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504853; }

 p { color: rgb(80,72,83); }

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

background-color css

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

 a { background-color: rgb(80,72,83); }

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

border-color css

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

 span { border-color: rgb(80,72,83); }

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