#53737C

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

Shades of Bismark #53737C

Tints of Bismark #53737C

Color information

#53737C (or 0x53737C) is unknown color: approx Bismark. HEX triplet: 53, 73 and 7C. RGB value is (83,115,124). Sum of RGB (Red+Green+Blue) = 83+115+124=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #53737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53737C is #AC8C83. Grayscale: #6A6A6A. Windows color (decimal): -11308164 or 8155987. OLE color: 8155987.

HSL color Cylindrical-coordinate representation of color #53737C: hue angle of 193.17º 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 #53737C is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB83115124-
CMYK0.330.0700.51
HSL193.17º19.81%40.59%-
HSV(B)193.17º33.06%48.63%-
XYZ13.3415.5621.37-
YUV106.46137.9111.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=25.78%
G=35.71%
B=38.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831151240.330.0700.51193.1719.8140.59
Hex53737C217033c11429
Octal1231631744170633012451
Binary10100111110011111110010000111101100111100000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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