#52676F

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

Shades of Bismark #52676F

Tints of Bismark #52676F

Color information

#52676F (or 0x52676F) is unknown color: approx Bismark. HEX triplet: 52, 67 and 6F. RGB value is (82,103,111). Sum of RGB (Red+Green+Blue) = 82+103+111=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 111 - color contains mainly: blue. Hex color #52676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52676F is #AD9890. Grayscale: #616161. Windows color (decimal): -11376785 or 7300946. OLE color: 7300946.

HSL color Cylindrical-coordinate representation of color #52676F: hue angle of 196.55º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52676F is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB82103111-
CMYK0.260.0700.56
HSL196.55º15.03%37.84%-
HSV(B)196.55º26.13%43.53%-
XYZ11.212.6416.89-
YUV97.63135.54116.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=27.70%
G=34.80%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821031110.260.0700.56196.5515.0337.84
Hex52676F1A7038c5f26
Octal1221471573270703051746
Binary101001011001111101111110101110111000110001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,103,111); }

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

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

 a { background-color: rgb(82,103,111); }

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

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

 span { border-color: rgb(82,103,111); }

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