Shades of Killarney #53895B
Tints of Killarney #53895B
RGB
CMYK
RGB Variations
Color information
#53895B (or 0x53895B) is known color: Killarney. HEX triplet: 53, 89 and 5B. RGB value is (83,137,91). Sum of RGB (Red+Green+Blue) = 83+137+91=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #53895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53895B is #AC76A4. Grayscale: #737373. Windows color (decimal): -11302565 or 5998931. OLE color: 5998931.
HSL color Cylindrical-coordinate representation of color #53895B: hue angle of 128.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53895B is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 137 | 91 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.46 |
| HSL | 128.89º | 0.25% | 0.43% | - |
| HSV(B) | 128.89º | 0.39% | 0.54% | - |
| XYZ | 14.4 | 20.49 | 13.09 | - |
| YUV | 115.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 91 | 0.39 | 0 | 0.34 | 0.46 | 128.89 | 0.25 | 0.43 |
| Hex | 53 | 89 | 5B | 27 | 0 | 22 | 2E | 81 | 19 | 2B |
| Octal | 123 | 211 | 133 | 47 | 0 | 42 | 56 | 201 | 31 | 53 |
| Binary | 1010011 | 10001001 | 1011011 | 100111 | 0 | 100010 | 101110 | 10000001 | 11001 | 101011 |
Color Harmonies of #53895B
Complementary color
Monochromatic Colors of #53895B
Black with #53895B
Text Example
Text Example
White with #53895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53895B; }
p { color: rgb(83,137,91); }
H1.HeaderClassName
{
color: #53895B;
}
.AnyTagClassName
{
color: #53895B;
}
</style>
background-color css
<style>
a { background-color: #53895B; }
a { background-color: rgb(83,137,91); }
div.DivClassName
{
background-color: #53895B;
}
.BgClassName
{
background-color: #53895B;
}
</style>
border-color css
<style>
span { border-color: #53895B; }
span { border-color: rgb(83,137,91); }
td.TdClassName
{
border-color: #53895B;
}
.TagClassName
{
border-color: #53895B;
}
</style>