#576B76

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

Shades of Bismark #576B76

Tints of Bismark #576B76

Color information

#576B76 (or 0x576B76) is unknown color: approx Bismark. HEX triplet: 57, 6B and 76. RGB value is (87,107,118). Sum of RGB (Red+Green+Blue) = 87+107+118=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #576B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576B76 is #A89489. Grayscale: #666666. Windows color (decimal): -11048074 or 7760727. OLE color: 7760727.

HSL color Cylindrical-coordinate representation of color #576B76: hue angle of 201.29º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #576B76 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB87107118-
CMYK0.260.0900.54
HSL201.29º15.12%40.2%-
HSV(B)201.29º26.27%46.27%-
XYZ12.4613.8519.16-
YUV102.27136.87117.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.88%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=27.88%
G=34.29%
B=37.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871071180.260.0900.54201.2915.1240.2
Hex576B761A9036c9f28
Octal12715316632110663111750
Binary1010111110101111101101101010010110110110010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576B76; }

 p { color: rgb(87,107,118); }

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

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

 a { background-color: rgb(87,107,118); }

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

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

 span { border-color: rgb(87,107,118); }

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