#526F7D

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

Shades of Bismark #526F7D

Tints of Bismark #526F7D

Color information

#526F7D (or 0x526F7D) is unknown color: approx Bismark. HEX triplet: 52, 6F and 7D. RGB value is (82,111,125). Sum of RGB (Red+Green+Blue) = 82+111+125=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 125 - color contains mainly: blue. Hex color #526F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F7D is #AD9082. Grayscale: #676767. Windows color (decimal): -11374723 or 8220498. OLE color: 8220498.

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

Color convert

RGB82111125-
CMYK0.340.1100.51
HSL199.53º20.77%40.59%-
HSV(B)199.53º34.4%49.02%-
XYZ12.8714.6421.55-
YUV103.92139.89112.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=25.79%
G=34.91%
B=39.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821111250.340.1100.51199.5320.7740.59
Hex526F7D22B033c81529
Octal12215717542130633102551
Binary101001011011111111101100010101101100111100100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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