#53727F

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

Shades of Bismark #53727F

Tints of Bismark #53727F

Color information

#53727F (or 0x53727F) is unknown color: approx Bismark. HEX triplet: 53, 72 and 7F. RGB value is (83,114,127). Sum of RGB (Red+Green+Blue) = 83+114+127=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #53727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53727F is #AC8D80. Grayscale: #6A6A6A. Windows color (decimal): -11308417 or 8352339. OLE color: 8352339.

HSL color Cylindrical-coordinate representation of color #53727F: hue angle of 197.73º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53727F is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB83114127-
CMYK0.350.1000.50
HSL197.73º20.95%41.18%-
HSV(B)197.73º34.65%49.8%-
XYZ13.4215.4122.35-
YUV106.21139.73111.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 127 (50% from 255) = 39.20%
R=25.62%
G=35.19%
B=39.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831141270.350.1000.50197.7320.9541.18
Hex53727F23A032c61529
Octal12316217743120623062551
Binary101001111100101111111100011101001100101100011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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