#526B74

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

Shades of Bismark #526B74

Tints of Bismark #526B74

Color information

#526B74 (or 0x526B74) is unknown color: approx Bismark. HEX triplet: 52, 6B and 74. RGB value is (82,107,116). Sum of RGB (Red+Green+Blue) = 82+107+116=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 116 - color contains mainly: blue. Hex color #526B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B74 is #AD948B. Grayscale: #646464. Windows color (decimal): -11375756 or 7629650. OLE color: 7629650.

HSL color Cylindrical-coordinate representation of color #526B74: hue angle of 195.88º 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 #526B74 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB82107116-
CMYK0.290.0800.55
HSL195.88º17.17%38.82%-
HSV(B)195.88º29.31%45.49%-
XYZ11.8913.5718.52-
YUV100.55136.72114.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 107 (42.19% from 255) = 35.08%
BLUE value IS 116 (45.70% from 255) = 38.03%
R=26.89%
G=35.08%
B=38.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821071160.290.0800.55195.8817.1738.82
Hex526B741D8037c41127
Octal12215316435100673042147
Binary10100101101011111010011101100001101111100010010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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