Shades of Killarney #536D54
Tints of Killarney #536D54
RGB
CMYK
RGB Variations
Color information
#536D54 (or 0x536D54) is known color: Killarney. HEX triplet: 53, 6D and 54. RGB value is (83,109,84). Sum of RGB (Red+Green+Blue) = 83+109+84=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 109 - color contains mainly: green. Hex color #536D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D54 is #AC92AB. Grayscale: #626262. Windows color (decimal): -11309740 or 5533011. OLE color: 5533011.
HSL color Cylindrical-coordinate representation of color #536D54: hue angle of 122.31º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #536D54 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 109 | 84 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.57 |
| HSL | 122.31º | 0.14% | 0.38% | - |
| HSV(B) | 122.31º | 0.24% | 0.43% | - |
| XYZ | 10.64 | 13.42 | 10.42 | - |
| YUV | 98.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 84 | 0.24 | 0 | 0.23 | 0.57 | 122.31 | 0.14 | 0.38 |
| Hex | 53 | 6D | 54 | 18 | 0 | 17 | 39 | 7A | E | 26 |
| Octal | 123 | 155 | 124 | 30 | 0 | 27 | 71 | 172 | 16 | 46 |
| Binary | 1010011 | 1101101 | 1010100 | 11000 | 0 | 10111 | 111001 | 1111010 | 1110 | 100110 |
Color Harmonies of #536D54
Complementary color
Monochromatic Colors of #536D54
Black with #536D54
Text Example
Text Example
White with #536D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D54; }
p { color: rgb(83,109,84); }
H1.HeaderClassName
{
color: #536D54;
}
.AnyTagClassName
{
color: #536D54;
}
</style>
background-color css
<style>
a { background-color: #536D54; }
a { background-color: rgb(83,109,84); }
div.DivClassName
{
background-color: #536D54;
}
.BgClassName
{
background-color: #536D54;
}
</style>
border-color css
<style>
span { border-color: #536D54; }
span { border-color: rgb(83,109,84); }
td.TdClassName
{
border-color: #536D54;
}
.TagClassName
{
border-color: #536D54;
}
</style>