#53707F

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

Shades of Bismark #53707F

Tints of Bismark #53707F

Color information

#53707F (or 0x53707F) is unknown color: approx Bismark. HEX triplet: 53, 70 and 7F. RGB value is (83,112,127). Sum of RGB (Red+Green+Blue) = 83+112+127=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 127 - color contains mainly: blue. Hex color #53707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53707F is #AC8F80. Grayscale: #686868. Windows color (decimal): -11308929 or 8351827. OLE color: 8351827.

HSL color Cylindrical-coordinate representation of color #53707F: hue angle of 200.45º 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 #53707F is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB83112127-
CMYK0.350.1200.50
HSL200.45º20.95%41.18%-
HSV(B)200.45º34.65%49.8%-
XYZ13.1914.9622.27-
YUV105.04140.39112.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 127 (50% from 255) = 39.44%
R=25.78%
G=34.78%
B=39.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831121270.350.1200.50200.4520.9541.18
Hex53707F23C032c81529
Octal12316017743140623102551
Binary101001111100001111111100011110001100101100100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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