Shades of Killarney #527E5A
Tints of Killarney #527E5A
RGB
CMYK
RGB Variations
Color information
#527E5A (or 0x527E5A) is known color: Killarney. HEX triplet: 52, 7E and 5A. RGB value is (82,126,90). Sum of RGB (Red+Green+Blue) = 82+126+90=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #527E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E5A is #AD81A5. Grayscale: #6C6C6C. Windows color (decimal): -11370918 or 5930578. OLE color: 5930578.
HSL color Cylindrical-coordinate representation of color #527E5A: hue angle of 130.91º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527E5A is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 90 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.51 |
| HSL | 130.91º | 0.21% | 0.41% | - |
| HSV(B) | 130.91º | 0.35% | 0.49% | - |
| XYZ | 12.79 | 17.45 | 12.37 | - |
| YUV | 108.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 90 | 0.35 | 0 | 0.29 | 0.51 | 130.91 | 0.21 | 0.41 |
| Hex | 52 | 7E | 5A | 23 | 0 | 1D | 33 | 83 | 15 | 29 |
| Octal | 122 | 176 | 132 | 43 | 0 | 35 | 63 | 203 | 25 | 51 |
| Binary | 1010010 | 1111110 | 1011010 | 100011 | 0 | 11101 | 110011 | 10000011 | 10101 | 101001 |
Color Harmonies of #527E5A
Complementary color
Monochromatic Colors of #527E5A
Black with #527E5A
Text Example
Text Example
White with #527E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E5A; }
p { color: rgb(82,126,90); }
H1.HeaderClassName
{
color: #527E5A;
}
.AnyTagClassName
{
color: #527E5A;
}
</style>
background-color css
<style>
a { background-color: #527E5A; }
a { background-color: rgb(82,126,90); }
div.DivClassName
{
background-color: #527E5A;
}
.BgClassName
{
background-color: #527E5A;
}
</style>
border-color css
<style>
span { border-color: #527E5A; }
span { border-color: rgb(82,126,90); }
td.TdClassName
{
border-color: #527E5A;
}
.TagClassName
{
border-color: #527E5A;
}
</style>