#576E7A

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

Shades of Bismark #576E7A

Tints of Bismark #576E7A

Color information

#576E7A (or 0x576E7A) is unknown color: approx Bismark. HEX triplet: 57, 6E and 7A. RGB value is (87,110,122). Sum of RGB (Red+Green+Blue) = 87+110+122=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 122 - color contains mainly: blue. Hex color #576E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576E7A is #A89185. Grayscale: #686868. Windows color (decimal): -11047302 or 8023639. OLE color: 8023639.

HSL color Cylindrical-coordinate representation of color #576E7A: hue angle of 200.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #576E7A is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB87110122-
CMYK0.290.1000.52
HSL200.57º16.75%40.98%-
HSV(B)200.57º28.69%47.84%-
XYZ13.0214.5820.54-
YUV104.49137.88115.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.27%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=27.27%
G=34.48%
B=38.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal871101220.290.1000.52200.5716.7540.98
Hex576E7A1DA034c91129
Octal12715617235120643112151
Binary10101111101110111101011101101001101001100100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,110,122); }

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

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

 a { background-color: rgb(87,110,122); }

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

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

 span { border-color: rgb(87,110,122); }

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