Shades of Cyprus #0D564C
Tints of Cyprus #0D564C
RGB
CMYK
RGB Variations
Color information
#0D564C (or 0x0D564C) is known color: Cyprus. HEX triplet: 0D, 56 and 4C. RGB value is (13,86,76). Sum of RGB (Red+Green+Blue) = 13+86+76=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #0D564C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D564C is #F2A9B3. Grayscale: #3E3E3E. Windows color (decimal): -15903156 or 5002765. OLE color: 5002765.
HSL color Cylindrical-coordinate representation of color #0D564C: hue angle of 171.78º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D564C is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 86 | 76 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.66 |
| HSL | 171.78º | 0.74% | 0.19% | - |
| HSV(B) | 171.78º | 0.85% | 0.34% | - |
| XYZ | 4.8 | 7.26 | 7.99 | - |
| YUV | 63.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 86 | 76 | 0.85 | 0 | 0.12 | 0.66 | 171.78 | 0.74 | 0.19 |
| Hex | D | 56 | 4C | 55 | 0 | C | 42 | AC | 4A | 13 |
| Octal | 15 | 126 | 114 | 125 | 0 | 14 | 102 | 254 | 112 | 23 |
| Binary | 1101 | 1010110 | 1001100 | 1010101 | 0 | 1100 | 1000010 | 10101100 | 1001010 | 10011 |
Color Harmonies of #0D564C
Complementary color
Monochromatic Colors of #0D564C
Black with #0D564C
Text Example
Text Example
White with #0D564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D564C; }
p { color: rgb(13,86,76); }
H1.HeaderClassName
{
color: #0D564C;
}
.AnyTagClassName
{
color: #0D564C;
}
</style>
background-color css
<style>
a { background-color: #0D564C; }
a { background-color: rgb(13,86,76); }
div.DivClassName
{
background-color: #0D564C;
}
.BgClassName
{
background-color: #0D564C;
}
</style>
border-color css
<style>
span { border-color: #0D564C; }
span { border-color: rgb(13,86,76); }
td.TdClassName
{
border-color: #0D564C;
}
.TagClassName
{
border-color: #0D564C;
}
</style>