Html Css Color HEX #554959 Bossanova

📋 copy color: '#554959'

red 85 ◦ green 73 ◦ blue 89

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

Shades of Bossanova #554959

Tints of Bossanova #554959

RGB

 RED value IS 85 (33.59% from 255) = 34.41%

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 89 (35.16% from 255) = 36.03%

R = 34.41%
G = 29.55%
B = 36.03%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#554959 (or 0x554959) is known color: Bossanova. HEX triplet: 55, 49 and 59. RGB value is (85,73,89). Sum of RGB (Red+Green+Blue) = 85+73+89=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #554959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554959 is #AAB6A6. Grayscale: #4E4E4E. Windows color (decimal): -11187879 or 5851477. OLE color: 5851477.

HSL color Cylindrical-coordinate representation of color #554959: hue angle of 285º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #554959 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 73 89 -
CMYK 0.04 0.18 0 0.65
HSL 285º 0.1% 0.32% -
HSV(B) 285º 0.18% 0.35% -
XYZ 7.93 7.42 10.46 -
YUV 78.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 85 73 89 0.04 0.18 0 0.65 285 0.1 0.32
Hex 55 49 59 4 12 0 41 11D A 20
Octal 125 111 131 4 22 0 101 435 12 40
Binary 1010101 1001001 1011001 100 10010 0 1000001 100011101 1010 100000

Color Harmonies of #554959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554959

Black with #554959

Text Example


Text Example

White with #554959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554959; }

 p { color: rgb(85,73,89); }

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

background-color css

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

 a { background-color: rgb(85,73,89); }

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

border-color css

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

 span { border-color: rgb(85,73,89); }

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