Shades of Killarney #53815A
Tints of Killarney #53815A
RGB
CMYK
RGB Variations
Color information
#53815A (or 0x53815A) is known color: Killarney. HEX triplet: 53, 81 and 5A. RGB value is (83,129,90). Sum of RGB (Red+Green+Blue) = 83+129+90=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #53815A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53815A is #AC7EA5. Grayscale: #6E6E6E. Windows color (decimal): -11304614 or 5931347. OLE color: 5931347.
HSL color Cylindrical-coordinate representation of color #53815A: hue angle of 129.13º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53815A is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 129 | 90 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.49 |
| HSL | 129.13º | 0.22% | 0.42% | - |
| HSV(B) | 129.13º | 0.36% | 0.51% | - |
| XYZ | 13.26 | 18.28 | 12.5 | - |
| YUV | 110.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 90 | 0.36 | 0 | 0.30 | 0.49 | 129.13 | 0.22 | 0.42 |
| Hex | 53 | 81 | 5A | 24 | 0 | 1E | 31 | 81 | 16 | 2A |
| Octal | 123 | 201 | 132 | 44 | 0 | 36 | 61 | 201 | 26 | 52 |
| Binary | 1010011 | 10000001 | 1011010 | 100100 | 0 | 11110 | 110001 | 10000001 | 10110 | 101010 |
Color Harmonies of #53815A
Complementary color
Monochromatic Colors of #53815A
Black with #53815A
Text Example
Text Example
White with #53815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53815A; }
p { color: rgb(83,129,90); }
H1.HeaderClassName
{
color: #53815A;
}
.AnyTagClassName
{
color: #53815A;
}
</style>
background-color css
<style>
a { background-color: #53815A; }
a { background-color: rgb(83,129,90); }
div.DivClassName
{
background-color: #53815A;
}
.BgClassName
{
background-color: #53815A;
}
</style>
border-color css
<style>
span { border-color: #53815A; }
span { border-color: rgb(83,129,90); }
td.TdClassName
{
border-color: #53815A;
}
.TagClassName
{
border-color: #53815A;
}
</style>