#53737E

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

Shades of Bismark #53737E

Tints of Bismark #53737E

Color information

#53737E (or 0x53737E) is unknown color: approx Bismark. HEX triplet: 53, 73 and 7E. RGB value is (83,115,126). Sum of RGB (Red+Green+Blue) = 83+115+126=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #53737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53737E is #AC8C81. Grayscale: #6A6A6A. Windows color (decimal): -11308162 or 8287059. OLE color: 8287059.

HSL color Cylindrical-coordinate representation of color #53737E: hue angle of 195.35º degrees, saturation: 0.21, 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 #53737E is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB83115126-
CMYK0.340.0900.51
HSL195.35º20.57%40.98%-
HSV(B)195.35º34.13%49.41%-
XYZ13.4615.6122.04-
YUV106.69138.9111.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=25.62%
G=35.49%
B=38.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831151260.340.0900.51195.3520.5740.98
Hex53737E229033c31529
Octal12316317642110633032551
Binary101001111100111111110100010100101100111100001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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