#526673

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

Shades of Bismark #526673

Tints of Bismark #526673

Color information

#526673 (or 0x526673) is unknown color: approx Bismark. HEX triplet: 52, 66 and 73. RGB value is (82,102,115). Sum of RGB (Red+Green+Blue) = 82+102+115=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #526673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526673 is #AD998C. Grayscale: #616161. Windows color (decimal): -11377037 or 7562834. OLE color: 7562834.

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

Color convert

RGB82102115-
CMYK0.290.1100.55
HSL203.64º16.75%38.63%-
HSV(B)203.64º28.7%45.1%-
XYZ11.3312.5318.04-
YUV97.5137.87116.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 115 (45.31% from 255) = 38.46%
R=27.42%
G=34.11%
B=38.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821021150.290.1100.55203.6416.7538.63
Hex5266731DB037cc1127
Octal12214616335130673142147
Binary10100101100110111001111101101101101111100110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526673; }

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

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

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

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

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

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

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

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