Shades of Killarney #567B5A
Tints of Killarney #567B5A
RGB
CMYK
RGB Variations
Color information
#567B5A (or 0x567B5A) is known color: Killarney. HEX triplet: 56, 7B and 5A. RGB value is (86,123,90). Sum of RGB (Red+Green+Blue) = 86+123+90=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 123 - color contains mainly: green. Hex color #567B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567B5A is #A984A5. Grayscale: #6C6C6C. Windows color (decimal): -11109542 or 5929814. OLE color: 5929814.
HSL color Cylindrical-coordinate representation of color #567B5A: hue angle of 126.49º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #567B5A is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 123 | 90 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.52 |
| HSL | 126.49º | 0.18% | 0.41% | - |
| HSV(B) | 126.49º | 0.3% | 0.48% | - |
| XYZ | 12.77 | 16.88 | 12.26 | - |
| YUV | 108.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 123 | 90 | 0.30 | 0 | 0.27 | 0.52 | 126.49 | 0.18 | 0.41 |
| Hex | 56 | 7B | 5A | 1E | 0 | 1B | 34 | 7E | 12 | 29 |
| Octal | 126 | 173 | 132 | 36 | 0 | 33 | 64 | 176 | 22 | 51 |
| Binary | 1010110 | 1111011 | 1011010 | 11110 | 0 | 11011 | 110100 | 1111110 | 10010 | 101001 |
Color Harmonies of #567B5A
Complementary color
Monochromatic Colors of #567B5A
Black with #567B5A
Text Example
Text Example
White with #567B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567B5A; }
p { color: rgb(86,123,90); }
H1.HeaderClassName
{
color: #567B5A;
}
.AnyTagClassName
{
color: #567B5A;
}
</style>
background-color css
<style>
a { background-color: #567B5A; }
a { background-color: rgb(86,123,90); }
div.DivClassName
{
background-color: #567B5A;
}
.BgClassName
{
background-color: #567B5A;
}
</style>
border-color css
<style>
span { border-color: #567B5A; }
span { border-color: rgb(86,123,90); }
td.TdClassName
{
border-color: #567B5A;
}
.TagClassName
{
border-color: #567B5A;
}
</style>