#526873

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

Shades of Bismark #526873

Tints of Bismark #526873

Color information

#526873 (or 0x526873) is unknown color: approx Bismark. HEX triplet: 52, 68 and 73. RGB value is (82,104,115). Sum of RGB (Red+Green+Blue) = 82+104+115=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #526873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526873 is #AD978C. Grayscale: #626262. Windows color (decimal): -11376525 or 7563346. OLE color: 7563346.

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

Color convert

RGB82104115-
CMYK0.290.1000.55
HSL200º16.75%38.63%-
HSV(B)200º28.7%45.1%-
XYZ11.5212.9318.11-
YUV98.68137.21116.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=27.24%
G=34.55%
B=38.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821041150.290.1000.5520016.7538.63
Hex5268731DA037c81127
Octal12215016335120673102147
Binary10100101101000111001111101101001101111100100010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526873; }

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

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

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

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

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

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

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

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