Html Css Color HEX #556E78 Bismark

📋 copy color: '#556E78'

red 85 ◦ green 110 ◦ blue 120

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

Shades of Bismark #556E78

Tints of Bismark #556E78

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.92%

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

R = 26.98%
G = 34.92%
B = 38.1%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556E78 (or 0x556E78) is known color: Bismark. HEX triplet: 55, 6E and 78. RGB value is (85,110,120). Sum of RGB (Red+Green+Blue) = 85+110+120=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #556E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E78 is #AA9187. Grayscale: #676767. Windows color (decimal): -11178376 or 7892565. OLE color: 7892565.

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

Color convert

RGB 85 110 120 -
CMYK 0.29 0.08 0 0.53
HSL 197.14º 0.17% 0.4% -
HSV(B) 197.14º 0.29% 0.47% -
XYZ 12.71 14.44 19.89 -
YUV 103.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 85 110 120 0.29 0.08 0 0.53 197.14 0.17 0.4
Hex 55 6E 78 1D 8 0 35 C5 11 28
Octal 125 156 170 35 10 0 65 305 21 50
Binary 1010101 1101110 1111000 11101 1000 0 110101 11000101 10001 101000

Color Harmonies of #556E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E78

Black with #556E78

Text Example


Text Example

White with #556E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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