Shades of Killarney #538A5B
Tints of Killarney #538A5B
RGB
CMYK
RGB Variations
Color information
#538A5B (or 0x538A5B) is known color: Killarney. HEX triplet: 53, 8A and 5B. RGB value is (83,138,91). Sum of RGB (Red+Green+Blue) = 83+138+91=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #538A5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A5B is #AC75A4. Grayscale: #747474. Windows color (decimal): -11302309 or 5999187. OLE color: 5999187.
HSL color Cylindrical-coordinate representation of color #538A5B: hue angle of 128.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538A5B is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 91 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.46 |
| HSL | 128.73º | 0.25% | 0.43% | - |
| HSV(B) | 128.73º | 0.4% | 0.54% | - |
| XYZ | 14.54 | 20.77 | 13.14 | - |
| YUV | 116.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 91 | 0.40 | 0 | 0.34 | 0.46 | 128.73 | 0.25 | 0.43 |
| Hex | 53 | 8A | 5B | 28 | 0 | 22 | 2E | 81 | 19 | 2B |
| Octal | 123 | 212 | 133 | 50 | 0 | 42 | 56 | 201 | 31 | 53 |
| Binary | 1010011 | 10001010 | 1011011 | 101000 | 0 | 100010 | 101110 | 10000001 | 11001 | 101011 |
Color Harmonies of #538A5B
Complementary color
Monochromatic Colors of #538A5B
Black with #538A5B
Text Example
Text Example
White with #538A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A5B; }
p { color: rgb(83,138,91); }
H1.HeaderClassName
{
color: #538A5B;
}
.AnyTagClassName
{
color: #538A5B;
}
</style>
background-color css
<style>
a { background-color: #538A5B; }
a { background-color: rgb(83,138,91); }
div.DivClassName
{
background-color: #538A5B;
}
.BgClassName
{
background-color: #538A5B;
}
</style>
border-color css
<style>
span { border-color: #538A5B; }
span { border-color: rgb(83,138,91); }
td.TdClassName
{
border-color: #538A5B;
}
.TagClassName
{
border-color: #538A5B;
}
</style>