Shades of Killarney #557B5A
Tints of Killarney #557B5A
RGB
CMYK
RGB Variations
Color information
#557B5A (or 0x557B5A) is known color: Killarney. HEX triplet: 55, 7B and 5A. RGB value is (85,123,90). Sum of RGB (Red+Green+Blue) = 85+123+90=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #557B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B5A is #AA84A5. Grayscale: #6B6B6B. Windows color (decimal): -11175078 or 5929813. OLE color: 5929813.
HSL color Cylindrical-coordinate representation of color #557B5A: hue angle of 127.89º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557B5A is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 123 | 90 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.52 |
| HSL | 127.89º | 0.18% | 0.41% | - |
| HSV(B) | 127.89º | 0.31% | 0.48% | - |
| XYZ | 12.67 | 16.84 | 12.25 | - |
| YUV | 107.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 90 | 0.31 | 0 | 0.27 | 0.52 | 127.89 | 0.18 | 0.41 |
| Hex | 55 | 7B | 5A | 1F | 0 | 1B | 34 | 80 | 12 | 29 |
| Octal | 125 | 173 | 132 | 37 | 0 | 33 | 64 | 200 | 22 | 51 |
| Binary | 1010101 | 1111011 | 1011010 | 11111 | 0 | 11011 | 110100 | 10000000 | 10010 | 101001 |
Color Harmonies of #557B5A
Complementary color
Monochromatic Colors of #557B5A
Black with #557B5A
Text Example
Text Example
White with #557B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B5A; }
p { color: rgb(85,123,90); }
H1.HeaderClassName
{
color: #557B5A;
}
.AnyTagClassName
{
color: #557B5A;
}
</style>
background-color css
<style>
a { background-color: #557B5A; }
a { background-color: rgb(85,123,90); }
div.DivClassName
{
background-color: #557B5A;
}
.BgClassName
{
background-color: #557B5A;
}
</style>
border-color css
<style>
span { border-color: #557B5A; }
span { border-color: rgb(85,123,90); }
td.TdClassName
{
border-color: #557B5A;
}
.TagClassName
{
border-color: #557B5A;
}
</style>