#52656E

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

Shades of Bismark #52656E

Tints of Bismark #52656E

Color information

#52656E (or 0x52656E) is unknown color: approx Bismark. HEX triplet: 52, 65 and 6E. RGB value is (82,101,110). Sum of RGB (Red+Green+Blue) = 82+101+110=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: blue. Hex color #52656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52656E is #AD9A91. Grayscale: #606060. Windows color (decimal): -11377298 or 7234898. OLE color: 7234898.

HSL color Cylindrical-coordinate representation of color #52656E: hue angle of 199.29º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52656E is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB82101110-
CMYK0.250.0800.57
HSL199.29º14.58%37.65%-
HSV(B)199.29º25.45%43.14%-
XYZ10.9512.2316.53-
YUV96.35135.71117.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=27.99%
G=34.47%
B=37.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal821011100.250.0800.57199.2914.5837.65
Hex52656E198039c7f26
Octal12214515631100713071746
Binary1010010110010111011101100110000111001110001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,101,110); }

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

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

 a { background-color: rgb(82,101,110); }

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

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

 span { border-color: rgb(82,101,110); }

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