Shades of Lynch #577A90
Tints of Lynch #577A90
RGB
CMYK
RGB Variations
Color information
#577A90 (or 0x577A90) is known color: Lynch. HEX triplet: 57, 7A and 90. RGB value is (87,122,144). Sum of RGB (Red+Green+Blue) = 87+122+144=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #577A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577A90 is #A8856F. Grayscale: #717171. Windows color (decimal): -11044208 or 9468503. OLE color: 9468503.
HSL color Cylindrical-coordinate representation of color #577A90: hue angle of 203.16º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #577A90 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 122 | 144 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.44 |
| HSL | 203.16º | 0.25% | 0.45% | - |
| HSV(B) | 203.16º | 0.4% | 0.56% | - |
| XYZ | 15.92 | 17.96 | 29.01 | - |
| YUV | 114.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 144 | 0.40 | 0.15 | 0 | 0.44 | 203.16 | 0.25 | 0.45 |
| Hex | 57 | 7A | 90 | 28 | F | 0 | 2C | CB | 19 | 2D |
| Octal | 127 | 172 | 220 | 50 | 17 | 0 | 54 | 313 | 31 | 55 |
| Binary | 1010111 | 1111010 | 10010000 | 101000 | 1111 | 0 | 101100 | 11001011 | 11001 | 101101 |
Color Harmonies of #577A90
Complementary color
Monochromatic Colors of #577A90
Black with #577A90
Text Example
Text Example
White with #577A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577A90; }
p { color: rgb(87,122,144); }
H1.HeaderClassName
{
color: #577A90;
}
.AnyTagClassName
{
color: #577A90;
}
</style>
background-color css
<style>
a { background-color: #577A90; }
a { background-color: rgb(87,122,144); }
div.DivClassName
{
background-color: #577A90;
}
.BgClassName
{
background-color: #577A90;
}
</style>
border-color css
<style>
span { border-color: #577A90; }
span { border-color: rgb(87,122,144); }
td.TdClassName
{
border-color: #577A90;
}
.TagClassName
{
border-color: #577A90;
}
</style>