#556C75

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

Shades of Bismark #556C75

Tints of Bismark #556C75

Color information

#556C75 (or 0x556C75) is unknown color: approx Bismark. HEX triplet: 55, 6C and 75. RGB value is (85,108,117). Sum of RGB (Red+Green+Blue) = 85+108+117=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #556C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C75 is #AA938A. Grayscale: #666666. Windows color (decimal): -11178891 or 7695445. OLE color: 7695445.

HSL color Cylindrical-coordinate representation of color #556C75: hue angle of 196.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556C75 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB85108117-
CMYK0.270.0800.54
HSL196.88º15.84%39.61%-
HSV(B)196.88º27.35%45.88%-
XYZ12.3213.9418.87-
YUV102.15136.38115.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=27.42%
G=34.84%
B=37.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851081170.270.0800.54196.8815.8439.61
Hex556C751B8036c51028
Octal12515416533100663052050
Binary10101011101100111010111011100001101101100010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,108,117); }

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

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

 a { background-color: rgb(85,108,117); }

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

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

 span { border-color: rgb(85,108,117); }

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