Html Css Color HEX #554856 Bossanova

📋 copy color: '#554856'

red 85 ◦ green 72 ◦ blue 86

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

Shades of Bossanova #554856

Tints of Bossanova #554856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.63%

 BLUE value IS 86 (33.98% from 255) = 35.39%

R = 34.98%
G = 29.63%
B = 35.39%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#554856 (or 0x554856) is known color: Bossanova. HEX triplet: 55, 48 and 56. RGB value is (85,72,86). Sum of RGB (Red+Green+Blue) = 85+72+86=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 86 - color contains mainly: blue. Hex color #554856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554856 is #AAB7A9. Grayscale: #4D4D4D. Windows color (decimal): -11188138 or 5654613. OLE color: 5654613.

HSL color Cylindrical-coordinate representation of color #554856: hue angle of 295.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #554856 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 72 86 -
CMYK 0.01 0.16 0 0.66
HSL 295.71º 0.09% 0.31% -
HSV(B) 295.71º 0.16% 0.34% -
XYZ 7.74 7.24 9.79 -
YUV 77.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 85 72 86 0.01 0.16 0 0.66 295.71 0.09 0.31
Hex 55 48 56 1 10 0 42 128 9 1F
Octal 125 110 126 1 20 0 102 450 11 37
Binary 1010101 1001000 1010110 1 10000 0 1000010 100101000 1001 11111

Color Harmonies of #554856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554856

Black with #554856

Text Example


Text Example

White with #554856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554856; }

 p { color: rgb(85,72,86); }

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

background-color css

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

 a { background-color: rgb(85,72,86); }

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

border-color css

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

 span { border-color: rgb(85,72,86); }

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