#53717B

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

Shades of Bismark #53717B

Tints of Bismark #53717B

Color information

#53717B (or 0x53717B) is unknown color: approx Bismark. HEX triplet: 53, 71 and 7B. RGB value is (83,113,123). Sum of RGB (Red+Green+Blue) = 83+113+123=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #53717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53717B is #AC8E84. Grayscale: #696969. Windows color (decimal): -11308677 or 8089939. OLE color: 8089939.

HSL color Cylindrical-coordinate representation of color #53717B: hue angle of 195º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53717B is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB83113123-
CMYK0.330.0800.52
HSL195º19.42%40.39%-
HSV(B)195º32.52%48.24%-
XYZ13.0515.0820.96-
YUV105.17138.06112.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=26.02%
G=35.42%
B=38.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831131230.330.0800.5219519.4240.39
Hex53717B218034c31328
Octal12316117341100643032350
Binary101001111100011111011100001100001101001100001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,113,123); }

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

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

 a { background-color: rgb(83,113,123); }

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

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

 span { border-color: rgb(83,113,123); }

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