#526F77

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

Shades of Bismark #526F77

Tints of Bismark #526F77

Color information

#526F77 (or 0x526F77) is unknown color: approx Bismark. HEX triplet: 52, 6F and 77. RGB value is (82,111,119). Sum of RGB (Red+Green+Blue) = 82+111+119=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #526F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F77 is #AD9088. Grayscale: #676767. Windows color (decimal): -11374729 or 7827282. OLE color: 7827282.

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

Color convert

RGB82111119-
CMYK0.310.0700.53
HSL192.97º18.41%39.41%-
HSV(B)192.97º31.09%46.67%-
XYZ12.4914.4919.59-
YUV103.24136.89112.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 119 (46.88% from 255) = 38.14%
R=26.28%
G=35.58%
B=38.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821111190.310.0700.53192.9718.4139.41
Hex526F771F7035c11227
Octal1221571673770653012247
Binary1010010110111111101111111111101101011100000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526F77; }

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

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

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

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

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

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

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

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