Html Css Color HEX #504550 Bossanova

📋 copy color: '#504550'

red 80 ◦ green 69 ◦ blue 80

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

Shades of Bossanova #504550

Tints of Bossanova #504550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.13%

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 34.93%
G = 30.13%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#504550 (or 0x504550) is known color: Bossanova. HEX triplet: 50, 45 and 50. RGB value is (80,69,80). Sum of RGB (Red+Green+Blue) = 80+69+80=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #504550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504550 is #AFBAAF. Grayscale: #494949. Windows color (decimal): -11516592 or 5260624. OLE color: 5260624.

HSL color Cylindrical-coordinate representation of color #504550: hue angle of 300º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #504550 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 80 -
CMYK 0 0.14 0 0.69
HSL 300º 0.07% 0.29% -
HSV(B) 300º 0.14% 0.31% -
XYZ 6.88 6.54 8.49 -
YUV 73.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 80 69 80 0 0.14 0 0.69 300 0.07 0.29
Hex 50 45 50 0 E 0 45 12C 7 1D
Octal 120 105 120 0 16 0 105 454 7 35
Binary 1010000 1000101 1010000 0 1110 0 1000101 100101100 111 11101

Color Harmonies of #504550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504550

Black with #504550

Text Example


Text Example

White with #504550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504550; }

 p { color: rgb(80,69,80); }

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

background-color css

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

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

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

border-color css

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

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

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