Html Css Color HEX #504653 Bossanova

📋 copy color: '#504653'

red 80 ◦ green 70 ◦ blue 83

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

Shades of Bossanova #504653

Tints of Bossanova #504653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

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

R = 34.33%
G = 30.04%
B = 35.62%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#504653 (or 0x504653) is known color: Bossanova. HEX triplet: 50, 46 and 53. RGB value is (80,70,83). Sum of RGB (Red+Green+Blue) = 80+70+83=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 83 - color contains mainly: blue. Hex color #504653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504653 is #AFB9AC. Grayscale: #4A4A4A. Windows color (decimal): -11516333 or 5457488. OLE color: 5457488.

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

Color convert

RGB 80 70 83 -
CMYK 0.04 0.16 0 0.67
HSL 286.15º 0.08% 0.3% -
HSV(B) 286.15º 0.16% 0.33% -
XYZ 7.06 6.71 9.11 -
YUV 74.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 80 70 83 0.04 0.16 0 0.67 286.15 0.08 0.3
Hex 50 46 53 4 10 0 43 11E 8 1E
Octal 120 106 123 4 20 0 103 436 10 36
Binary 1010000 1000110 1010011 100 10000 0 1000011 100011110 1000 11110

Color Harmonies of #504653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504653

Black with #504653

Text Example


Text Example

White with #504653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504653; }

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

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

background-color css

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

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

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

border-color css

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

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

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