Html Css Color HEX #556E79 Bismark

📋 copy color: '#556E79'

red 85 ◦ green 110 ◦ blue 121

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

Shades of Bismark #556E79

Tints of Bismark #556E79

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.81%

 BLUE value IS 121 (47.66% from 255) = 38.29%

R = 26.9%
G = 34.81%
B = 38.29%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556E79 (or 0x556E79) is known color: Bismark. HEX triplet: 55, 6E and 79. RGB value is (85,110,121). Sum of RGB (Red+Green+Blue) = 85+110+121=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 121 - color contains mainly: blue. Hex color #556E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E79 is #AA9186. Grayscale: #676767. Windows color (decimal): -11178375 or 7958101. OLE color: 7958101.

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

Color convert

RGB 85 110 121 -
CMYK 0.30 0.09 0 0.53
HSL 198.33º 0.17% 0.4% -
HSV(B) 198.33º 0.3% 0.47% -
XYZ 12.77 14.46 20.21 -
YUV 103.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 85 110 121 0.30 0.09 0 0.53 198.33 0.17 0.4
Hex 55 6E 79 1E 9 0 35 C6 11 28
Octal 125 156 171 36 11 0 65 306 21 50
Binary 1010101 1101110 1111001 11110 1001 0 110101 11000110 10001 101000

Color Harmonies of #556E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E79

Black with #556E79

Text Example


Text Example

White with #556E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,110,121); }

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

background-color css

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

 a { background-color: rgb(85,110,121); }

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

border-color css

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

 span { border-color: rgb(85,110,121); }

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