#576B77

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

Shades of Bismark #576B77

Tints of Bismark #576B77

Color information

#576B77 (or 0x576B77) is unknown color: approx Bismark. HEX triplet: 57, 6B and 77. RGB value is (87,107,119). Sum of RGB (Red+Green+Blue) = 87+107+119=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #576B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576B77 is #A89488. Grayscale: #666666. Windows color (decimal): -11048073 or 7826263. OLE color: 7826263.

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

Color convert

RGB87107119-
CMYK0.270.1000.53
HSL202.5º15.53%40.39%-
HSV(B)202.5º26.89%46.67%-
XYZ12.5213.8719.47-
YUV102.39137.37117.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=27.80%
G=34.19%
B=38.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871071190.270.1000.53202.515.5340.39
Hex576B771BA035ca1028
Octal12715316733120653122050
Binary10101111101011111011111011101001101011100101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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