Shades of Lynch #587B93
Tints of Lynch #587B93
RGB
CMYK
RGB Variations
Color information
#587B93 (or 0x587B93) is known color: Lynch. HEX triplet: 58, 7B and 93. RGB value is (88,123,147). Sum of RGB (Red+Green+Blue) = 88+123+147=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #587B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587B93 is #A7846C. Grayscale: #737373. Windows color (decimal): -10978413 or 9665368. OLE color: 9665368.
HSL color Cylindrical-coordinate representation of color #587B93: hue angle of 204.41º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #587B93 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 123 | 147 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.42 |
| HSL | 204.41º | 0.25% | 0.46% | - |
| HSV(B) | 204.41º | 0.4% | 0.58% | - |
| XYZ | 16.37 | 18.35 | 30.28 | - |
| YUV | 115.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 147 | 0.40 | 0.16 | 0 | 0.42 | 204.41 | 0.25 | 0.46 |
| Hex | 58 | 7B | 93 | 28 | 10 | 0 | 2A | CC | 19 | 2E |
| Octal | 130 | 173 | 223 | 50 | 20 | 0 | 52 | 314 | 31 | 56 |
| Binary | 1011000 | 1111011 | 10010011 | 101000 | 10000 | 0 | 101010 | 11001100 | 11001 | 101110 |
Color Harmonies of #587B93
Complementary color
Monochromatic Colors of #587B93
Black with #587B93
Text Example
Text Example
White with #587B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587B93; }
p { color: rgb(88,123,147); }
H1.HeaderClassName
{
color: #587B93;
}
.AnyTagClassName
{
color: #587B93;
}
</style>
background-color css
<style>
a { background-color: #587B93; }
a { background-color: rgb(88,123,147); }
div.DivClassName
{
background-color: #587B93;
}
.BgClassName
{
background-color: #587B93;
}
</style>
border-color css
<style>
span { border-color: #587B93; }
span { border-color: rgb(88,123,147); }
td.TdClassName
{
border-color: #587B93;
}
.TagClassName
{
border-color: #587B93;
}
</style>