Html Css Color HEX #556C76 Bismark

📋 copy color: '#556C76'

red 85 ◦ green 108 ◦ blue 118

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

Shades of Bismark #556C76

Tints of Bismark #556C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.73%

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

R = 27.33%
G = 34.73%
B = 37.94%

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

#556C76 (or 0x556C76) is known color: Bismark. HEX triplet: 55, 6C and 76. RGB value is (85,108,118). Sum of RGB (Red+Green+Blue) = 85+108+118=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #556C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C76 is #AA9389. Grayscale: #666666. Windows color (decimal): -11178890 or 7760981. OLE color: 7760981.

HSL color Cylindrical-coordinate representation of color #556C76: hue angle of 198.18º 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 #556C76 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 108 118 -
CMYK 0.28 0.08 0 0.54
HSL 198.18º 0.16% 0.4% -
HSV(B) 198.18º 0.28% 0.46% -
XYZ 12.38 13.96 19.18 -
YUV 102.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 85 108 118 0.28 0.08 0 0.54 198.18 0.16 0.4
Hex 55 6C 76 1C 8 0 36 C6 10 28
Octal 125 154 166 34 10 0 66 306 20 50
Binary 1010101 1101100 1110110 11100 1000 0 110110 11000110 10000 101000

Color Harmonies of #556C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C76

Black with #556C76

Text Example


Text Example

White with #556C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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