Html Css Color HEX #556B76 Bismark

📋 copy color: '#556B76'

red 85 ◦ green 107 ◦ blue 118

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

Shades of Bismark #556B76

Tints of Bismark #556B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.52%

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

R = 27.42%
G = 34.52%
B = 38.06%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#556B76 (or 0x556B76) is known color: Bismark. HEX triplet: 55, 6B and 76. RGB value is (85,107,118). Sum of RGB (Red+Green+Blue) = 85+107+118=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #556B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B76 is #AA9489. Grayscale: #656565. Windows color (decimal): -11179146 or 7760725. OLE color: 7760725.

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

Color convert

RGB 85 107 118 -
CMYK 0.28 0.09 0 0.54
HSL 200º 0.16% 0.4% -
HSV(B) 200º 0.28% 0.46% -
XYZ 12.27 13.75 19.15 -
YUV 101.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 85 107 118 0.28 0.09 0 0.54 200 0.16 0.4
Hex 55 6B 76 1C 9 0 36 C8 10 28
Octal 125 153 166 34 11 0 66 310 20 50
Binary 1010101 1101011 1110110 11100 1001 0 110110 11001000 10000 101000

Color Harmonies of #556B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556B76

Black with #556B76

Text Example


Text Example

White with #556B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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