#53707D

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

Shades of Bismark #53707D

Tints of Bismark #53707D

Color information

#53707D (or 0x53707D) is unknown color: approx Bismark. HEX triplet: 53, 70 and 7D. RGB value is (83,112,125). Sum of RGB (Red+Green+Blue) = 83+112+125=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 125 - color contains mainly: blue. Hex color #53707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53707D is #AC8F82. Grayscale: #686868. Windows color (decimal): -11308931 or 8220755. OLE color: 8220755.

HSL color Cylindrical-coordinate representation of color #53707D: hue angle of 198.57º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53707D is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB83112125-
CMYK0.340.1000.51
HSL198.57º20.19%40.78%-
HSV(B)198.57º33.6%49.02%-
XYZ13.0614.9121.59-
YUV104.81139.39112.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 125 (49.22% from 255) = 39.06%
R=25.94%
G=35%
B=39.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831121250.340.1000.51198.5720.1940.78
Hex53707D22A033c71429
Octal12316017542120633072451
Binary101001111100001111101100010101001100111100011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53707D; }

 p { color: rgb(83,112,125); }

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

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

 a { background-color: rgb(83,112,125); }

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

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

 span { border-color: rgb(83,112,125); }

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