Html Css Color HEX #554958 Bossanova

📋 copy color: '#554958'

red 85 ◦ green 73 ◦ blue 88

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

Shades of Bossanova #554958

Tints of Bossanova #554958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.77%

R = 34.55%
G = 29.67%
B = 35.77%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#554958 (or 0x554958) is known color: Bossanova. HEX triplet: 55, 49 and 58. RGB value is (85,73,88). Sum of RGB (Red+Green+Blue) = 85+73+88=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #554958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554958 is #AAB6A7. Grayscale: #4E4E4E. Windows color (decimal): -11187880 or 5785941. OLE color: 5785941.

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

Color convert

RGB 85 73 88 -
CMYK 0.03 0.17 0 0.65
HSL 288º 0.09% 0.32% -
HSV(B) 288º 0.17% 0.35% -
XYZ 7.89 7.4 10.25 -
YUV 78.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 85 73 88 0.03 0.17 0 0.65 288 0.09 0.32
Hex 55 49 58 3 11 0 41 120 9 20
Octal 125 111 130 3 21 0 101 440 11 40
Binary 1010101 1001001 1011000 11 10001 0 1000001 100100000 1001 100000

Color Harmonies of #554958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554958

Black with #554958

Text Example


Text Example

White with #554958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554958; }

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

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

background-color css

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

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

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

border-color css

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

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

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