Html Css Color HEX #556A73 Bismark

📋 copy color: '#556A73'

red 85 ◦ green 106 ◦ blue 115

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

Shades of Bismark #556A73

Tints of Bismark #556A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.64%

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 27.78%
G = 34.64%
B = 37.58%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556A73 (or 0x556A73) is known color: Bismark. HEX triplet: 55, 6A and 73. RGB value is (85,106,115). Sum of RGB (Red+Green+Blue) = 85+106+115=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #556A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A73 is #AA958C. Grayscale: #646464. Windows color (decimal): -11179405 or 7563861. OLE color: 7563861.

HSL color Cylindrical-coordinate representation of color #556A73: hue angle of 198º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #556A73 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 106 115 -
CMYK 0.26 0.08 0 0.55
HSL 198º 0.15% 0.39% -
HSV(B) 198º 0.26% 0.45% -
XYZ 11.99 13.48 18.19 -
YUV 100.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 85 106 115 0.26 0.08 0 0.55 198 0.15 0.39
Hex 55 6A 73 1A 8 0 37 C6 F 27
Octal 125 152 163 32 10 0 67 306 17 47
Binary 1010101 1101010 1110011 11010 1000 0 110111 11000110 1111 100111

Color Harmonies of #556A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556A73

Black with #556A73

Text Example


Text Example

White with #556A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,106,115); }

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

background-color css

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

 a { background-color: rgb(85,106,115); }

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

border-color css

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

 span { border-color: rgb(85,106,115); }

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