#53717C

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

Shades of Bismark #53717C

Tints of Bismark #53717C

Color information

#53717C (or 0x53717C) is unknown color: approx Bismark. HEX triplet: 53, 71 and 7C. RGB value is (83,113,124). Sum of RGB (Red+Green+Blue) = 83+113+124=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #53717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53717C is #AC8E83. Grayscale: #696969. Windows color (decimal): -11308676 or 8155475. OLE color: 8155475.

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

Color convert

RGB83113124-
CMYK0.330.0900.51
HSL196.1º19.81%40.59%-
HSV(B)196.1º33.06%48.63%-
XYZ13.1115.121.29-
YUV105.28138.56112.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=25.94%
G=35.31%
B=38.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831131240.330.0900.51196.119.8140.59
Hex53717C219033c41429
Octal12316117441110633042451
Binary101001111100011111100100001100101100111100010010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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