#526872

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

Shades of Bismark #526872

Tints of Bismark #526872

Color information

#526872 (or 0x526872) is unknown color: approx Bismark. HEX triplet: 52, 68 and 72. RGB value is (82,104,114). Sum of RGB (Red+Green+Blue) = 82+104+114=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #526872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526872 is #AD978D. Grayscale: #626262. Windows color (decimal): -11376526 or 7497810. OLE color: 7497810.

HSL color Cylindrical-coordinate representation of color #526872: hue angle of 198.75º 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 #526872 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB82104114-
CMYK0.280.0900.55
HSL198.75º16.33%38.43%-
HSV(B)198.75º28.07%44.71%-
XYZ11.4712.9117.81-
YUV98.56136.71116.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 114 (44.92% from 255) = 38%
R=27.33%
G=34.67%
B=38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821041140.280.0900.55198.7516.3338.43
Hex5268721C9037c71026
Octal12215016234110673072046
Binary10100101101000111001011100100101101111100011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526872; }

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

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

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

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

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

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

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

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