Html Css Color HEX #556973 Bismark

📋 copy color: '#556973'

red 85 ◦ green 105 ◦ blue 115

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

Shades of Bismark #556973

Tints of Bismark #556973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.43%

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

R = 27.87%
G = 34.43%
B = 37.7%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556973 (or 0x556973) is known color: Bismark. HEX triplet: 55, 69 and 73. RGB value is (85,105,115). Sum of RGB (Red+Green+Blue) = 85+105+115=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #556973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556973 is #AA968C. Grayscale: #646464. Windows color (decimal): -11179661 or 7563605. OLE color: 7563605.

HSL color Cylindrical-coordinate representation of color #556973: hue angle of 200º 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 #556973 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 105 115 -
CMYK 0.26 0.09 0 0.55
HSL 200º 0.15% 0.39% -
HSV(B) 200º 0.26% 0.45% -
XYZ 11.89 13.27 18.15 -
YUV 100.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 85 105 115 0.26 0.09 0 0.55 200 0.15 0.39
Hex 55 69 73 1A 9 0 37 C8 F 27
Octal 125 151 163 32 11 0 67 310 17 47
Binary 1010101 1101001 1110011 11010 1001 0 110111 11001000 1111 100111

Color Harmonies of #556973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556973

Black with #556973

Text Example


Text Example

White with #556973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556973; }

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

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

background-color css

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

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

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

border-color css

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

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

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