#52707E

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

Shades of Bismark #52707E

Tints of Bismark #52707E

Color information

#52707E (or 0x52707E) is unknown color: approx Bismark. HEX triplet: 52, 70 and 7E. RGB value is (82,112,126). Sum of RGB (Red+Green+Blue) = 82+112+126=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 126 - color contains mainly: blue. Hex color #52707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52707E is #AD8F81. Grayscale: #686868. Windows color (decimal): -11374466 or 8286290. OLE color: 8286290.

HSL color Cylindrical-coordinate representation of color #52707E: hue angle of 199.09º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52707E is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB82112126-
CMYK0.350.1100.51
HSL199.09º21.15%40.78%-
HSV(B)199.09º34.92%49.41%-
XYZ13.0414.8921.93-
YUV104.63140.06111.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 126 (49.61% from 255) = 39.38%
R=25.62%
G=35%
B=39.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821121260.350.1100.51199.0921.1540.78
Hex52707E23B033c71529
Octal12216017643130633072551
Binary101001011100001111110100011101101100111100011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,112,126); }

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

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

 a { background-color: rgb(82,112,126); }

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

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

 span { border-color: rgb(82,112,126); }

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