Shades of Killarney #51895A
Tints of Killarney #51895A
RGB
CMYK
RGB Variations
Color information
#51895A (or 0x51895A) is known color: Killarney. HEX triplet: 51, 89 and 5A. RGB value is (81,137,90). Sum of RGB (Red+Green+Blue) = 81+137+90=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #51895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51895A is #AE76A5. Grayscale: #737373. Windows color (decimal): -11433638 or 5933393. OLE color: 5933393.
HSL color Cylindrical-coordinate representation of color #51895A: hue angle of 129.64º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51895A is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 137 | 90 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.46 |
| HSL | 129.64º | 0.26% | 0.43% | - |
| HSV(B) | 129.64º | 0.41% | 0.54% | - |
| XYZ | 14.18 | 20.38 | 12.86 | - |
| YUV | 114.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 137 | 90 | 0.41 | 0 | 0.34 | 0.46 | 129.64 | 0.26 | 0.43 |
| Hex | 51 | 89 | 5A | 29 | 0 | 22 | 2E | 82 | 1A | 2B |
| Octal | 121 | 211 | 132 | 51 | 0 | 42 | 56 | 202 | 32 | 53 |
| Binary | 1010001 | 10001001 | 1011010 | 101001 | 0 | 100010 | 101110 | 10000010 | 11010 | 101011 |
Color Harmonies of #51895A
Complementary color
Monochromatic Colors of #51895A
Black with #51895A
Text Example
Text Example
White with #51895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51895A; }
p { color: rgb(81,137,90); }
H1.HeaderClassName
{
color: #51895A;
}
.AnyTagClassName
{
color: #51895A;
}
</style>
background-color css
<style>
a { background-color: #51895A; }
a { background-color: rgb(81,137,90); }
div.DivClassName
{
background-color: #51895A;
}
.BgClassName
{
background-color: #51895A;
}
</style>
border-color css
<style>
span { border-color: #51895A; }
span { border-color: rgb(81,137,90); }
td.TdClassName
{
border-color: #51895A;
}
.TagClassName
{
border-color: #51895A;
}
</style>