#576D78

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

Shades of Bismark #576D78

Tints of Bismark #576D78

Color information

#576D78 (or 0x576D78) is unknown color: approx Bismark. HEX triplet: 57, 6D and 78. RGB value is (87,109,120). Sum of RGB (Red+Green+Blue) = 87+109+120=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 120 - color contains mainly: blue. Hex color #576D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576D78 is #A89287. Grayscale: #676767. Windows color (decimal): -11047560 or 7892311. OLE color: 7892311.

HSL color Cylindrical-coordinate representation of color #576D78: hue angle of 200º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #576D78 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB87109120-
CMYK0.280.0900.53
HSL200º15.94%40.59%-
HSV(B)200º27.5%47.06%-
XYZ12.7914.3219.86-
YUV103.68137.21116.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.53%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 120 (47.27% from 255) = 37.97%
R=27.53%
G=34.49%
B=37.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871091200.280.0900.5320015.9440.59
Hex576D781C9035c81029
Octal12715517034110653102051
Binary10101111101101111100011100100101101011100100010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,109,120); }

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

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

 a { background-color: rgb(87,109,120); }

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

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

 span { border-color: rgb(87,109,120); }

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