Html Css Color HEX #556F76 Bismark

📋 copy color: '#556F76'

red 85 ◦ green 111 ◦ blue 118

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

Shades of Bismark #556F76

Tints of Bismark #556F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.35%

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

R = 27.07%
G = 35.35%
B = 37.58%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#556F76 (or 0x556F76) is known color: Bismark. HEX triplet: 55, 6F and 76. RGB value is (85,111,118). Sum of RGB (Red+Green+Blue) = 85+111+118=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #556F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F76 is #AA9089. Grayscale: #676767. Windows color (decimal): -11178122 or 7761749. OLE color: 7761749.

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

Color convert

RGB 85 111 118 -
CMYK 0.28 0.06 0 0.54
HSL 192.73º 0.16% 0.4% -
HSV(B) 192.73º 0.28% 0.46% -
XYZ 12.7 14.61 19.29 -
YUV 104.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 85 111 118 0.28 0.06 0 0.54 192.73 0.16 0.4
Hex 55 6F 76 1C 6 0 36 C1 10 28
Octal 125 157 166 34 6 0 66 301 20 50
Binary 1010101 1101111 1110110 11100 110 0 110110 11000001 10000 101000

Color Harmonies of #556F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F76

Black with #556F76

Text Example


Text Example

White with #556F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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