#526572

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

Shades of Bismark #526572

Tints of Bismark #526572

Color information

#526572 (or 0x526572) is unknown color: approx Bismark. HEX triplet: 52, 65 and 72. RGB value is (82,101,114). Sum of RGB (Red+Green+Blue) = 82+101+114=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #526572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526572 is #AD9A8D. Grayscale: #606060. Windows color (decimal): -11377294 or 7497042. OLE color: 7497042.

HSL color Cylindrical-coordinate representation of color #526572: hue angle of 204.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526572 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB82101114-
CMYK0.280.1100.55
HSL204.38º16.33%38.43%-
HSV(B)204.38º28.07%44.71%-
XYZ11.1712.3217.71-
YUV96.8137.71117.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=27.61%
G=34.01%
B=38.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821011140.280.1100.55204.3816.3338.43
Hex5265721CB037cc1026
Octal12214516234130673142046
Binary10100101100101111001011100101101101111100110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526572; }

 p { color: rgb(82,101,114); }

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

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

 a { background-color: rgb(82,101,114); }

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

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

 span { border-color: rgb(82,101,114); }

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