#52727F

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

Shades of Bismark #52727F

Tints of Bismark #52727F

Color information

#52727F (or 0x52727F) is unknown color: approx Bismark. HEX triplet: 52, 72 and 7F. RGB value is (82,114,127). Sum of RGB (Red+Green+Blue) = 82+114+127=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #52727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52727F is #AD8D80. Grayscale: #696969. Windows color (decimal): -11373953 or 8352338. OLE color: 8352338.

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

Color convert

RGB82114127-
CMYK0.350.1000.50
HSL197.33º21.53%40.98%-
HSV(B)197.33º35.43%49.8%-
XYZ13.3315.3622.34-
YUV105.91139.9110.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 127 (50% from 255) = 39.32%
R=25.39%
G=35.29%
B=39.32%

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
Decimal821141270.350.1000.50197.3321.5340.98
Hex52727F23A032c51629
Octal12216217743120623052651
Binary101001011100101111111100011101001100101100010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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