Html Css Color HEX #503650 Bossanova

📋 copy color: '#503650'

red 80 ◦ green 54 ◦ blue 80

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

Shades of Bossanova #503650

Tints of Bossanova #503650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.23%

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

R = 37.38%
G = 25.23%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#503650 (or 0x503650) is known color: Bossanova. HEX triplet: 50, 36 and 50. RGB value is (80,54,80). Sum of RGB (Red+Green+Blue) = 80+54+80=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #503650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503650 is #AFC9AF. Grayscale: #404040. Windows color (decimal): -11520432 or 5256784. OLE color: 5256784.

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

Color convert

RGB 80 54 80 -
CMYK 0 0.33 0 0.69
HSL 300º 0.19% 0.26% -
HSV(B) 300º 0.33% 0.31% -
XYZ 6.08 4.92 8.22 -
YUV 64.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 80 54 80 0 0.33 0 0.69 300 0.19 0.26
Hex 50 36 50 0 21 0 45 12C 13 1A
Octal 120 66 120 0 41 0 105 454 23 32
Binary 1010000 110110 1010000 0 100001 0 1000101 100101100 10011 11010

Color Harmonies of #503650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503650

Black with #503650

Text Example


Text Example

White with #503650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503650; }

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

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

background-color css

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

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

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

border-color css

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

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

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