Shades of Killarney #528B5A
Tints of Killarney #528B5A
RGB
CMYK
RGB Variations
Color information
#528B5A (or 0x528B5A) is known color: Killarney. HEX triplet: 52, 8B and 5A. RGB value is (82,139,90). Sum of RGB (Red+Green+Blue) = 82+139+90=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #528B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B5A is #AD74A5. Grayscale: #747474. Windows color (decimal): -11367590 or 5933906. OLE color: 5933906.
HSL color Cylindrical-coordinate representation of color #528B5A: hue angle of 128.42º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528B5A is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 139 | 90 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.45 |
| HSL | 128.42º | 0.26% | 0.43% | - |
| HSV(B) | 128.42º | 0.41% | 0.55% | - |
| XYZ | 14.56 | 21 | 12.96 | - |
| YUV | 116.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 90 | 0.41 | 0 | 0.35 | 0.45 | 128.42 | 0.26 | 0.43 |
| Hex | 52 | 8B | 5A | 29 | 0 | 23 | 2D | 80 | 1A | 2B |
| Octal | 122 | 213 | 132 | 51 | 0 | 43 | 55 | 200 | 32 | 53 |
| Binary | 1010010 | 10001011 | 1011010 | 101001 | 0 | 100011 | 101101 | 10000000 | 11010 | 101011 |
Color Harmonies of #528B5A
Complementary color
Monochromatic Colors of #528B5A
Black with #528B5A
Text Example
Text Example
White with #528B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528B5A; }
p { color: rgb(82,139,90); }
H1.HeaderClassName
{
color: #528B5A;
}
.AnyTagClassName
{
color: #528B5A;
}
</style>
background-color css
<style>
a { background-color: #528B5A; }
a { background-color: rgb(82,139,90); }
div.DivClassName
{
background-color: #528B5A;
}
.BgClassName
{
background-color: #528B5A;
}
</style>
border-color css
<style>
span { border-color: #528B5A; }
span { border-color: rgb(82,139,90); }
td.TdClassName
{
border-color: #528B5A;
}
.TagClassName
{
border-color: #528B5A;
}
</style>