Html Css Color HEX #556977 Bismark

📋 copy color: '#556977'

red 85 ◦ green 105 ◦ blue 119

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

Shades of Bismark #556977

Tints of Bismark #556977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.51%

R = 27.51%
G = 33.98%
B = 38.51%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556977 (or 0x556977) is known color: Bismark. HEX triplet: 55, 69 and 77. RGB value is (85,105,119). Sum of RGB (Red+Green+Blue) = 85+105+119=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #556977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556977 is #AA9688. Grayscale: #646464. Windows color (decimal): -11179657 or 7825749. OLE color: 7825749.

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

Color convert

RGB 85 105 119 -
CMYK 0.29 0.12 0 0.53
HSL 204.71º 0.17% 0.4% -
HSV(B) 204.71º 0.29% 0.47% -
XYZ 12.13 13.37 19.39 -
YUV 100.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 85 105 119 0.29 0.12 0 0.53 204.71 0.17 0.4
Hex 55 69 77 1D C 0 35 CD 11 28
Octal 125 151 167 35 14 0 65 315 21 50
Binary 1010101 1101001 1110111 11101 1100 0 110101 11001101 10001 101000

Color Harmonies of #556977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556977

Black with #556977

Text Example


Text Example

White with #556977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556977; }

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

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

background-color css

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

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

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

border-color css

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

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

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