Shades of Killarney #53865B
Tints of Killarney #53865B
RGB
CMYK
RGB Variations
Color information
#53865B (or 0x53865B) is known color: Killarney. HEX triplet: 53, 86 and 5B. RGB value is (83,134,91). Sum of RGB (Red+Green+Blue) = 83+134+91=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #53865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53865B is #AC79A4. Grayscale: #717171. Windows color (decimal): -11303333 or 5998163. OLE color: 5998163.
HSL color Cylindrical-coordinate representation of color #53865B: hue angle of 129.41º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53865B is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 134 | 91 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.47 |
| HSL | 129.41º | 0.24% | 0.43% | - |
| HSV(B) | 129.41º | 0.38% | 0.53% | - |
| XYZ | 13.98 | 19.64 | 12.95 | - |
| YUV | 113.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 91 | 0.38 | 0 | 0.32 | 0.47 | 129.41 | 0.24 | 0.43 |
| Hex | 53 | 86 | 5B | 26 | 0 | 20 | 2F | 81 | 18 | 2B |
| Octal | 123 | 206 | 133 | 46 | 0 | 40 | 57 | 201 | 30 | 53 |
| Binary | 1010011 | 10000110 | 1011011 | 100110 | 0 | 100000 | 101111 | 10000001 | 11000 | 101011 |
Color Harmonies of #53865B
Complementary color
Monochromatic Colors of #53865B
Black with #53865B
Text Example
Text Example
White with #53865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53865B; }
p { color: rgb(83,134,91); }
H1.HeaderClassName
{
color: #53865B;
}
.AnyTagClassName
{
color: #53865B;
}
</style>
background-color css
<style>
a { background-color: #53865B; }
a { background-color: rgb(83,134,91); }
div.DivClassName
{
background-color: #53865B;
}
.BgClassName
{
background-color: #53865B;
}
</style>
border-color css
<style>
span { border-color: #53865B; }
span { border-color: rgb(83,134,91); }
td.TdClassName
{
border-color: #53865B;
}
.TagClassName
{
border-color: #53865B;
}
</style>