Html Css Color HEX #556871 Bismark

📋 copy color: '#556871'

red 85 ◦ green 104 ◦ blue 113

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

Shades of Bismark #556871

Tints of Bismark #556871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.44%

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 28.15%
G = 34.44%
B = 37.42%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#556871 (or 0x556871) is known color: Bismark. HEX triplet: 55, 68 and 71. RGB value is (85,104,113). Sum of RGB (Red+Green+Blue) = 85+104+113=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 113 - color contains mainly: blue. Hex color #556871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556871 is #AA978E. Grayscale: #636363. Windows color (decimal): -11179919 or 7432277. OLE color: 7432277.

HSL color Cylindrical-coordinate representation of color #556871: hue angle of 199.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #556871 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 104 113 -
CMYK 0.25 0.08 0 0.56
HSL 199.29º 0.14% 0.39% -
HSV(B) 199.29º 0.25% 0.44% -
XYZ 11.68 13.02 17.52 -
YUV 99.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 85 104 113 0.25 0.08 0 0.56 199.29 0.14 0.39
Hex 55 68 71 19 8 0 38 C7 E 27
Octal 125 150 161 31 10 0 70 307 16 47
Binary 1010101 1101000 1110001 11001 1000 0 111000 11000111 1110 100111

Color Harmonies of #556871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556871

Black with #556871

Text Example


Text Example

White with #556871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556871; }

 p { color: rgb(85,104,113); }

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

background-color css

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

 a { background-color: rgb(85,104,113); }

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

border-color css

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

 span { border-color: rgb(85,104,113); }

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