#53727E

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

Shades of Bismark #53727E

Tints of Bismark #53727E

Color information

#53727E (or 0x53727E) is unknown color: approx Bismark. HEX triplet: 53, 72 and 7E. RGB value is (83,114,126). Sum of RGB (Red+Green+Blue) = 83+114+126=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 126 - color contains mainly: blue. Hex color #53727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53727E is #AC8D81. Grayscale: #6A6A6A. Windows color (decimal): -11308418 or 8286803. OLE color: 8286803.

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

Color convert

RGB83114126-
CMYK0.340.1000.51
HSL196.74º20.57%40.98%-
HSV(B)196.74º34.13%49.41%-
XYZ13.3515.3822-
YUV106.1139.23111.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 126 (49.61% from 255) = 39.01%
R=25.70%
G=35.29%
B=39.01%

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
Decimal831141260.340.1000.51196.7420.5740.98
Hex53727E22A033c51529
Octal12316217642120633052551
Binary101001111100101111110100010101001100111100010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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