#55707B

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

Shades of Bismark #55707B

Tints of Bismark #55707B

Color information

#55707B (or 0x55707B) is unknown color: approx Bismark. HEX triplet: 55, 70 and 7B. RGB value is (85,112,123). Sum of RGB (Red+Green+Blue) = 85+112+123=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 123 - color contains mainly: blue. Hex color #55707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55707B is #AA8F84. Grayscale: #696969. Windows color (decimal): -11177861 or 8089685. OLE color: 8089685.

HSL color Cylindrical-coordinate representation of color #55707B: hue angle of 197.37º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55707B is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB85112123-
CMYK0.310.0900.52
HSL197.37º18.27%40.78%-
HSV(B)197.37º30.89%48.24%-
XYZ13.1214.9520.93-
YUV105.18138.05113.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 123 (48.44% from 255) = 38.44%
R=26.56%
G=35%
B=38.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851121230.310.0900.52197.3718.2740.78
Hex55707B1F9034c51229
Octal12516017337110643052251
Binary10101011110000111101111111100101101001100010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55707B; }

 p { color: rgb(85,112,123); }

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

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

 a { background-color: rgb(85,112,123); }

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

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

 span { border-color: rgb(85,112,123); }

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