Html Css Color HEX #503F51 Bossanova

📋 copy color: '#503F51'

red 80 ◦ green 63 ◦ blue 81

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

Shades of Bossanova #503F51

Tints of Bossanova #503F51

RGB

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

 GREEN value IS 63 (25% from 255) = 28.13%

 BLUE value IS 81 (32.03% from 255) = 36.16%

R = 35.71%
G = 28.13%
B = 36.16%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#503F51 (or 0x503F51) is known color: Bossanova. HEX triplet: 50, 3F and 51. RGB value is (80,63,81). Sum of RGB (Red+Green+Blue) = 80+63+81=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 81 - color contains mainly: blue. Hex color #503F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F51 is #AFC0AE. Grayscale: #464646. Windows color (decimal): -11518127 or 5324624. OLE color: 5324624.

HSL color Cylindrical-coordinate representation of color #503F51: hue angle of 296.67º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #503F51 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 63 81 -
CMYK 0.01 0.22 0 0.68
HSL 296.67º 0.13% 0.28% -
HSV(B) 296.67º 0.22% 0.32% -
XYZ 6.57 5.85 8.57 -
YUV 70.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 80 63 81 0.01 0.22 0 0.68 296.67 0.13 0.28
Hex 50 3F 51 1 16 0 44 129 C 1C
Octal 120 77 121 1 26 0 104 451 14 34
Binary 1010000 111111 1010001 1 10110 0 1000100 100101001 1100 11100

Color Harmonies of #503F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F51

Black with #503F51

Text Example


Text Example

White with #503F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,63,81); }

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

background-color css

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

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

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

border-color css

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

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

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