Html Css Color HEX #504051 Bossanova

📋 copy color: '#504051'

red 80 ◦ green 64 ◦ blue 81

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

Shades of Bossanova #504051

Tints of Bossanova #504051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.44%

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

R = 35.56%
G = 28.44%
B = 36%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#504051 (or 0x504051) is known color: Bossanova. HEX triplet: 50, 40 and 51. RGB value is (80,64,81). Sum of RGB (Red+Green+Blue) = 80+64+81=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 81 - color contains mainly: blue. Hex color #504051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504051 is #AFBFAE. Grayscale: #464646. Windows color (decimal): -11517871 or 5324880. OLE color: 5324880.

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

Color convert

RGB 80 64 81 -
CMYK 0.01 0.21 0 0.68
HSL 296.47º 0.12% 0.28% -
HSV(B) 296.47º 0.21% 0.32% -
XYZ 6.63 5.97 8.59 -
YUV 70.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 80 64 81 0.01 0.21 0 0.68 296.47 0.12 0.28
Hex 50 40 51 1 15 0 44 128 C 1C
Octal 120 100 121 1 25 0 104 450 14 34
Binary 1010000 1000000 1010001 1 10101 0 1000100 100101000 1100 11100

Color Harmonies of #504051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504051

Black with #504051

Text Example


Text Example

White with #504051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504051; }

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

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

background-color css

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

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

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

border-color css

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

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

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