Html Css Color HEX #556D76 Bismark

📋 copy color: '#556D76'

red 85 ◦ green 109 ◦ blue 118

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

Shades of Bismark #556D76

Tints of Bismark #556D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.94%

 BLUE value IS 118 (46.48% from 255) = 37.82%

R = 27.24%
G = 34.94%
B = 37.82%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#556D76 (or 0x556D76) is known color: Bismark. HEX triplet: 55, 6D and 76. RGB value is (85,109,118). Sum of RGB (Red+Green+Blue) = 85+109+118=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #556D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D76 is #AA9289. Grayscale: #666666. Windows color (decimal): -11178634 or 7761237. OLE color: 7761237.

HSL color Cylindrical-coordinate representation of color #556D76: hue angle of 196.36º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #556D76 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 109 118 -
CMYK 0.28 0.08 0 0.54
HSL 196.36º 0.16% 0.4% -
HSV(B) 196.36º 0.28% 0.46% -
XYZ 12.48 14.18 19.22 -
YUV 102.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 85 109 118 0.28 0.08 0 0.54 196.36 0.16 0.4
Hex 55 6D 76 1C 8 0 36 C4 10 28
Octal 125 155 166 34 10 0 66 304 20 50
Binary 1010101 1101101 1110110 11100 1000 0 110110 11000100 10000 101000

Color Harmonies of #556D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556D76

Black with #556D76

Text Example


Text Example

White with #556D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556D76; }

 p { color: rgb(85,109,118); }

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

background-color css

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

 a { background-color: rgb(85,109,118); }

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

border-color css

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

 span { border-color: rgb(85,109,118); }

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