#526977

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

Shades of Bismark #526977

Tints of Bismark #526977

Color information

#526977 (or 0x526977) is unknown color: approx Bismark. HEX triplet: 52, 69 and 77. RGB value is (82,105,119). Sum of RGB (Red+Green+Blue) = 82+105+119=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #526977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526977 is #AD9688. Grayscale: #636363. Windows color (decimal): -11376265 or 7825746. OLE color: 7825746.

HSL color Cylindrical-coordinate representation of color #526977: hue angle of 202.7º 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 #526977 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB82105119-
CMYK0.310.1200.53
HSL202.7º18.41%39.41%-
HSV(B)202.7º31.09%46.67%-
XYZ11.8613.2319.38-
YUV99.72138.88115.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=26.80%
G=34.31%
B=38.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821051190.310.1200.53202.718.4139.41
Hex5269771FC035cb1227
Octal12215116737140653132247
Binary10100101101001111011111111110001101011100101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526977; }

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

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

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

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

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

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

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

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