Html Css Color HEX #556D77 Bismark

📋 copy color: '#556D77'

red 85 ◦ green 109 ◦ blue 119

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

Shades of Bismark #556D77

Tints of Bismark #556D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 27.16%
G = 34.82%
B = 38.02%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556D77 (or 0x556D77) is known color: Bismark. HEX triplet: 55, 6D and 77. RGB value is (85,109,119). Sum of RGB (Red+Green+Blue) = 85+109+119=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #556D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D77 is #AA9288. Grayscale: #666666. Windows color (decimal): -11178633 or 7826773. OLE color: 7826773.

HSL color Cylindrical-coordinate representation of color #556D77: hue angle of 197.65º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556D77 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 109 119 -
CMYK 0.29 0.08 0 0.53
HSL 197.65º 0.17% 0.4% -
HSV(B) 197.65º 0.29% 0.47% -
XYZ 12.54 14.2 19.53 -
YUV 102.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 85 109 119 0.29 0.08 0 0.53 197.65 0.17 0.4
Hex 55 6D 77 1D 8 0 35 C6 11 28
Octal 125 155 167 35 10 0 65 306 21 50
Binary 1010101 1101101 1110111 11101 1000 0 110101 11000110 10001 101000

Color Harmonies of #556D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556D77

Black with #556D77

Text Example


Text Example

White with #556D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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