Html Css Color HEX #556D79 Bismark

📋 copy color: '#556D79'

red 85 ◦ green 109 ◦ blue 121

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

Shades of Bismark #556D79

Tints of Bismark #556D79

RGB

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

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

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

R = 26.98%
G = 34.6%
B = 38.41%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556D79 (or 0x556D79) is known color: Bismark. HEX triplet: 55, 6D and 79. RGB value is (85,109,121). Sum of RGB (Red+Green+Blue) = 85+109+121=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 121 - color contains mainly: blue. Hex color #556D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D79 is #AA9286. Grayscale: #676767. Windows color (decimal): -11178631 or 7957845. OLE color: 7957845.

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

Color convert

RGB 85 109 121 -
CMYK 0.30 0.10 0 0.53
HSL 200º 0.17% 0.4% -
HSV(B) 200º 0.3% 0.47% -
XYZ 12.67 14.25 20.17 -
YUV 103.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 85 109 121 0.30 0.10 0 0.53 200 0.17 0.4
Hex 55 6D 79 1E A 0 35 C8 11 28
Octal 125 155 171 36 12 0 65 310 21 50
Binary 1010101 1101101 1111001 11110 1010 0 110101 11001000 10001 101000

Color Harmonies of #556D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556D79

Black with #556D79

Text Example


Text Example

White with #556D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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