Html Css Color HEX #504551 Bossanova

📋 copy color: '#504551'

red 80 ◦ green 69 ◦ blue 81

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

Shades of Bossanova #504551

Tints of Bossanova #504551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30%

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

R = 34.78%
G = 30%
B = 35.22%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#504551 (or 0x504551) is known color: Bossanova. HEX triplet: 50, 45 and 51. RGB value is (80,69,81). Sum of RGB (Red+Green+Blue) = 80+69+81=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 81 - color contains mainly: blue. Hex color #504551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504551 is #AFBAAE. Grayscale: #494949. Windows color (decimal): -11516591 or 5326160. OLE color: 5326160.

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

Color convert

RGB 80 69 81 -
CMYK 0.01 0.15 0 0.68
HSL 295º 0.08% 0.29% -
HSV(B) 295º 0.15% 0.32% -
XYZ 6.92 6.56 8.69 -
YUV 73.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 80 69 81 0.01 0.15 0 0.68 295 0.08 0.29
Hex 50 45 51 1 F 0 44 127 8 1D
Octal 120 105 121 1 17 0 104 447 10 35
Binary 1010000 1000101 1010001 1 1111 0 1000100 100100111 1000 11101

Color Harmonies of #504551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504551

Black with #504551

Text Example


Text Example

White with #504551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504551; }

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

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

background-color css

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

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

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

border-color css

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

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

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