Html Css Color HEX #556978 Bismark

📋 copy color: '#556978'

red 85 ◦ green 105 ◦ blue 120

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

Shades of Bismark #556978

Tints of Bismark #556978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.71%

R = 27.42%
G = 33.87%
B = 38.71%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556978 (or 0x556978) is known color: Bismark. HEX triplet: 55, 69 and 78. RGB value is (85,105,120). Sum of RGB (Red+Green+Blue) = 85+105+120=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #556978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556978 is #AA9687. Grayscale: #646464. Windows color (decimal): -11179656 or 7891285. OLE color: 7891285.

HSL color Cylindrical-coordinate representation of color #556978: hue angle of 205.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 #556978 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 105 120 -
CMYK 0.29 0.13 0 0.53
HSL 205.71º 0.17% 0.4% -
HSV(B) 205.71º 0.29% 0.47% -
XYZ 12.19 13.39 19.71 -
YUV 100.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 85 105 120 0.29 0.13 0 0.53 205.71 0.17 0.4
Hex 55 69 78 1D D 0 35 CE 11 28
Octal 125 151 170 35 15 0 65 316 21 50
Binary 1010101 1101001 1111000 11101 1101 0 110101 11001110 10001 101000

Color Harmonies of #556978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556978

Black with #556978

Text Example


Text Example

White with #556978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556978; }

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

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

background-color css

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

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

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

border-color css

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

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

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