Html Css Color HEX #504350 Bossanova

📋 copy color: '#504350'

red 80 ◦ green 67 ◦ blue 80

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

Shades of Bossanova #504350

Tints of Bossanova #504350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.52%

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

R = 35.24%
G = 29.52%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#504350 (or 0x504350) is known color: Bossanova. HEX triplet: 50, 43 and 50. RGB value is (80,67,80). Sum of RGB (Red+Green+Blue) = 80+67+80=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #504350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504350 is #AFBCAF. Grayscale: #484848. Windows color (decimal): -11517104 or 5260112. OLE color: 5260112.

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

Color convert

RGB 80 67 80 -
CMYK 0 0.16 0 0.69
HSL 300º 0.09% 0.29% -
HSV(B) 300º 0.16% 0.31% -
XYZ 6.76 6.3 8.45 -
YUV 72.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 80 67 80 0 0.16 0 0.69 300 0.09 0.29
Hex 50 43 50 0 10 0 45 12C 9 1D
Octal 120 103 120 0 20 0 105 454 11 35
Binary 1010000 1000011 1010000 0 10000 0 1000101 100101100 1001 11101

Color Harmonies of #504350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504350

Black with #504350

Text Example


Text Example

White with #504350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504350; }

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

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

background-color css

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

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

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

border-color css

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

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

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