Html Css Color HEX #504055 Bossanova

📋 copy color: '#504055'

red 80 ◦ green 64 ◦ blue 85

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

Shades of Bossanova #504055

Tints of Bossanova #504055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.12%

R = 34.93%
G = 27.95%
B = 37.12%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#504055 (or 0x504055) is known color: Bossanova. HEX triplet: 50, 40 and 55. RGB value is (80,64,85). Sum of RGB (Red+Green+Blue) = 80+64+85=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #504055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504055 is #AFBFAA. Grayscale: #474747. Windows color (decimal): -11517867 or 5587024. OLE color: 5587024.

HSL color Cylindrical-coordinate representation of color #504055: hue angle of 285.71º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #504055 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 64 85 -
CMYK 0.06 0.25 0 0.67
HSL 285.71º 0.14% 0.29% -
HSV(B) 285.71º 0.25% 0.33% -
XYZ 6.78 6.03 9.4 -
YUV 71.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 80 64 85 0.06 0.25 0 0.67 285.71 0.14 0.29
Hex 50 40 55 6 19 0 43 11E E 1D
Octal 120 100 125 6 31 0 103 436 16 35
Binary 1010000 1000000 1010101 110 11001 0 1000011 100011110 1110 11101

Color Harmonies of #504055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504055

Black with #504055

Text Example


Text Example

White with #504055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504055; }

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

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

background-color css

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

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

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

border-color css

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

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

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