#527177

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

Shades of Bismark #527177

Tints of Bismark #527177

Color information

#527177 (or 0x527177) is unknown color: approx Bismark. HEX triplet: 52, 71 and 77. RGB value is (82,113,119). Sum of RGB (Red+Green+Blue) = 82+113+119=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #527177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527177 is #AD8E88. Grayscale: #686868. Windows color (decimal): -11374217 or 7827794. OLE color: 7827794.

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

Color convert

RGB82113119-
CMYK0.310.0500.53
HSL189.73º18.41%39.41%-
HSV(B)189.73º31.09%46.67%-
XYZ12.7114.9419.67-
YUV104.42136.23112.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=26.11%
G=35.99%
B=37.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821131190.310.0500.53189.7318.4139.41
Hex5271771F5035be1227
Octal1221611673750652762247
Binary1010010111000111101111111110101101011011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527177; }

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

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

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

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

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

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

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

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