#556F77

Color #556F77 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #556F77

Tints of Bismark #556F77

Color information

#556F77 (or 0x556F77) is unknown color: approx Bismark. HEX triplet: 55, 6F and 77. RGB value is (85,111,119). Sum of RGB (Red+Green+Blue) = 85+111+119=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #556F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F77 is #AA9088. Grayscale: #686868. Windows color (decimal): -11178121 or 7827285. OLE color: 7827285.

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

Color convert

RGB85111119-
CMYK0.290.0700.53
HSL194.12º16.67%40%-
HSV(B)194.12º28.57%46.67%-
XYZ12.7614.6319.6-
YUV104.14136.39114.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=26.98%
G=35.24%
B=37.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851111190.290.0700.53194.1216.6740
Hex556F771D7035c21128
Octal1251571673570653022150
Binary1010101110111111101111110111101101011100001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #556F77;
 }
 .AnyTagClassName
 {
   color: #556F77;
 }
</style>
background-color css

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

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

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

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

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

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