#52747E

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

Shades of Bismark #52747E

Tints of Bismark #52747E

Color information

#52747E (or 0x52747E) is unknown color: approx Bismark. HEX triplet: 52, 74 and 7E. RGB value is (82,116,126). Sum of RGB (Red+Green+Blue) = 82+116+126=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #52747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52747E is #AD8B81. Grayscale: #6A6A6A. Windows color (decimal): -11373442 or 8287314. OLE color: 8287314.

HSL color Cylindrical-coordinate representation of color #52747E: hue angle of 193.64º 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 #52747E is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB82116126-
CMYK0.350.0800.51
HSL193.64º21.15%40.78%-
HSV(B)193.64º34.92%49.41%-
XYZ13.4915.7922.08-
YUV106.97138.74110.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=25.31%
G=35.80%
B=38.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821161260.350.0800.51193.6421.1540.78
Hex52747E238033c21529
Octal12216417643100633022551
Binary101001011101001111110100011100001100111100001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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