#526877

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

Shades of Bismark #526877

Tints of Bismark #526877

Color information

#526877 (or 0x526877) is unknown color: approx Bismark. HEX triplet: 52, 68 and 77. RGB value is (82,104,119). Sum of RGB (Red+Green+Blue) = 82+104+119=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 119 - color contains mainly: blue. Hex color #526877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526877 is #AD9788. Grayscale: #636363. Windows color (decimal): -11376521 or 7825490. OLE color: 7825490.

HSL color Cylindrical-coordinate representation of color #526877: hue angle of 204.32º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526877 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB82104119-
CMYK0.310.1300.53
HSL204.32º18.41%39.41%-
HSV(B)204.32º31.09%46.67%-
XYZ11.7613.0319.35-
YUV99.13139.21115.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 119 (46.88% from 255) = 39.02%
R=26.89%
G=34.10%
B=39.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821041190.310.1300.53204.3218.4139.41
Hex5268771FD035cc1227
Octal12215016737150653142247
Binary10100101101000111011111111110101101011100110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526877; }

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

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

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

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

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

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

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

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