Html Css Color HEX #503D56 Bossanova

📋 copy color: '#503D56'

red 80 ◦ green 61 ◦ blue 86

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

Shades of Bossanova #503D56

Tints of Bossanova #503D56

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.87%

 BLUE value IS 86 (33.98% from 255) = 37.89%

R = 35.24%
G = 26.87%
B = 37.89%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#503D56 (or 0x503D56) is known color: Bossanova. HEX triplet: 50, 3D and 56. RGB value is (80,61,86). Sum of RGB (Red+Green+Blue) = 80+61+86=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 86 - color contains mainly: blue. Hex color #503D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D56 is #AFC2A9. Grayscale: #454545. Windows color (decimal): -11518634 or 5651792. OLE color: 5651792.

HSL color Cylindrical-coordinate representation of color #503D56: hue angle of 285.6º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #503D56 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 61 86 -
CMYK 0.07 0.29 0 0.66
HSL 285.6º 0.17% 0.29% -
HSV(B) 285.6º 0.29% 0.34% -
XYZ 6.66 5.71 9.56 -
YUV 69.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 80 61 86 0.07 0.29 0 0.66 285.6 0.17 0.29
Hex 50 3D 56 7 1D 0 42 11E 11 1D
Octal 120 75 126 7 35 0 102 436 21 35
Binary 1010000 111101 1010110 111 11101 0 1000010 100011110 10001 11101

Color Harmonies of #503D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D56

Black with #503D56

Text Example


Text Example

White with #503D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503D56; }

 p { color: rgb(80,61,86); }

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

background-color css

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

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

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

border-color css

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

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

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