#526C74

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

Shades of Bismark #526C74

Tints of Bismark #526C74

Color information

#526C74 (or 0x526C74) is unknown color: approx Bismark. HEX triplet: 52, 6C and 74. RGB value is (82,108,116). Sum of RGB (Red+Green+Blue) = 82+108+116=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 116 - color contains mainly: blue. Hex color #526C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C74 is #AD938B. Grayscale: #656565. Windows color (decimal): -11375500 or 7629906. OLE color: 7629906.

HSL color Cylindrical-coordinate representation of color #526C74: hue angle of 194.12º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #526C74 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB82108116-
CMYK0.290.0700.55
HSL194.12º17.17%38.82%-
HSV(B)194.12º29.31%45.49%-
XYZ11.9913.7818.55-
YUV101.14136.39114.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 108 (42.58% from 255) = 35.29%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=26.80%
G=35.29%
B=37.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821081160.290.0700.55194.1217.1738.82
Hex526C741D7037c21127
Octal1221541643570673022147
Binary1010010110110011101001110111101101111100001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526C74; }

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

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

<style>
 a { background-color: #526C74; }

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

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

<style>
 span { border-color: #526C74; }

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

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