Html Css Color HEX #503550 Bossanova

📋 copy color: '#503550'

red 80 ◦ green 53 ◦ blue 80

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

Shades of Bossanova #503550

Tints of Bossanova #503550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.88%

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

R = 37.56%
G = 24.88%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#503550 (or 0x503550) is known color: Bossanova. HEX triplet: 50, 35 and 50. RGB value is (80,53,80). Sum of RGB (Red+Green+Blue) = 80+53+80=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #503550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503550 is #AFCAAF. Grayscale: #404040. Windows color (decimal): -11520688 or 5256528. OLE color: 5256528.

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

Color convert

RGB 80 53 80 -
CMYK 0 0.34 0 0.69
HSL 300º 0.2% 0.26% -
HSV(B) 300º 0.34% 0.31% -
XYZ 6.03 4.83 8.2 -
YUV 64.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 80 53 80 0 0.34 0 0.69 300 0.2 0.26
Hex 50 35 50 0 22 0 45 12C 14 1A
Octal 120 65 120 0 42 0 105 454 24 32
Binary 1010000 110101 1010000 0 100010 0 1000101 100101100 10100 11010

Color Harmonies of #503550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503550

Black with #503550

Text Example


Text Example

White with #503550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503550; }

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

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

background-color css

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

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

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

border-color css

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

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

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