#52717C

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

Shades of Bismark #52717C

Tints of Bismark #52717C

Color information

#52717C (or 0x52717C) is unknown color: approx Bismark. HEX triplet: 52, 71 and 7C. RGB value is (82,113,124). Sum of RGB (Red+Green+Blue) = 82+113+124=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #52717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52717C is #AD8E83. Grayscale: #686868. Windows color (decimal): -11374212 or 8155474. OLE color: 8155474.

HSL color Cylindrical-coordinate representation of color #52717C: hue angle of 195.71º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52717C is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB82113124-
CMYK0.340.0900.51
HSL195.71º20.39%40.39%-
HSV(B)195.71º33.87%48.63%-
XYZ13.0215.0621.29-
YUV104.98138.73111.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=25.71%
G=35.42%
B=38.87%

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
Decimal821131240.340.0900.51195.7120.3940.39
Hex52717C229033c41428
Octal12216117442110633042450
Binary101001011100011111100100010100101100111100010010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52717C; }

 p { color: rgb(82,113,124); }

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

<style>
 a { background-color: #52717C; }

 a { background-color: rgb(82,113,124); }

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

<style>
 span { border-color: #52717C; }

 span { border-color: rgb(82,113,124); }

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