#52747F

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

Shades of Bismark #52747F

Tints of Bismark #52747F

Color information

#52747F (or 0x52747F) is unknown color: approx Bismark. HEX triplet: 52, 74 and 7F. RGB value is (82,116,127). Sum of RGB (Red+Green+Blue) = 82+116+127=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #52747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52747F is #AD8B80. Grayscale: #6B6B6B. Windows color (decimal): -11373441 or 8352850. OLE color: 8352850.

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

Color convert

RGB82116127-
CMYK0.350.0900.50
HSL194.67º21.53%40.98%-
HSV(B)194.67º35.43%49.8%-
XYZ13.5615.8222.42-
YUV107.09139.24110.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.23%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 127 (50% from 255) = 39.08%
R=25.23%
G=35.69%
B=39.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821161270.350.0900.50194.6721.5340.98
Hex52747F239032c31629
Octal12216417743110623032651
Binary101001011101001111111100011100101100101100001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,116,127); }

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

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

 a { background-color: rgb(82,116,127); }

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

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

 span { border-color: rgb(82,116,127); }

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