#526B7C

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

Shades of Bismark #526B7C

Tints of Bismark #526B7C

Color information

#526B7C (or 0x526B7C) is unknown color: approx Bismark. HEX triplet: 52, 6B and 7C. RGB value is (82,107,124). Sum of RGB (Red+Green+Blue) = 82+107+124=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #526B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B7C is #AD9483. Grayscale: #656565. Windows color (decimal): -11375748 or 8153938. OLE color: 8153938.

HSL color Cylindrical-coordinate representation of color #526B7C: hue angle of 204.29º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #526B7C is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB82107124-
CMYK0.340.1400.51
HSL204.29º20.39%40.39%-
HSV(B)204.29º33.87%48.63%-
XYZ12.3813.7621.07-
YUV101.46140.72114.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.20%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=26.20%
G=34.19%
B=39.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821071240.340.1400.51204.2920.3940.39
Hex526B7C22E033cc1428
Octal12215317442160633142450
Binary101001011010111111100100010111001100111100110010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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