#52666F

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

Shades of Bismark #52666F

Tints of Bismark #52666F

Color information

#52666F (or 0x52666F) is unknown color: approx Bismark. HEX triplet: 52, 66 and 6F. RGB value is (82,102,111). Sum of RGB (Red+Green+Blue) = 82+102+111=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 111 - color contains mainly: blue. Hex color #52666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52666F is #AD9990. Grayscale: #606060. Windows color (decimal): -11377041 or 7300690. OLE color: 7300690.

HSL color Cylindrical-coordinate representation of color #52666F: hue angle of 198.62º 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 #52666F is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB82102111-
CMYK0.260.0800.56
HSL198.62º15.03%37.84%-
HSV(B)198.62º26.13%43.53%-
XYZ11.112.4416.86-
YUV97.05135.87117.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=27.80%
G=34.58%
B=37.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821021110.260.0800.56198.6215.0337.84
Hex52666F1A8038c7f26
Octal12214615732100703071746
Binary1010010110011011011111101010000111000110001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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