Shades of Cyprus #0D584C
Tints of Cyprus #0D584C
RGB
CMYK
RGB Variations
Color information
#0D584C (or 0x0D584C) is known color: Cyprus. HEX triplet: 0D, 58 and 4C. RGB value is (13,88,76). Sum of RGB (Red+Green+Blue) = 13+88+76=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #0D584C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D584C is #F2A7B3. Grayscale: #404040. Windows color (decimal): -15902644 or 5003277. OLE color: 5003277.
HSL color Cylindrical-coordinate representation of color #0D584C: hue angle of 170.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D584C is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 88 | 76 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.65 |
| HSL | 170.4º | 0.74% | 0.2% | - |
| HSV(B) | 170.4º | 0.85% | 0.35% | - |
| XYZ | 4.96 | 7.59 | 8.04 | - |
| YUV | 64.21 | 134.65 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 76 | 0.85 | 0 | 0.14 | 0.65 | 170.4 | 0.74 | 0.2 |
| Hex | D | 58 | 4C | 55 | 0 | E | 41 | AA | 4A | 14 |
| Octal | 15 | 130 | 114 | 125 | 0 | 16 | 101 | 252 | 112 | 24 |
| Binary | 1101 | 1011000 | 1001100 | 1010101 | 0 | 1110 | 1000001 | 10101010 | 1001010 | 10100 |
Color Harmonies of #0D584C
Complementary color
Monochromatic Colors of #0D584C
Black with #0D584C
Text Example
Text Example
White with #0D584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D584C; }
p { color: rgb(13,88,76); }
H1.HeaderClassName
{
color: #0D584C;
}
.AnyTagClassName
{
color: #0D584C;
}
</style>
background-color css
<style>
a { background-color: #0D584C; }
a { background-color: rgb(13,88,76); }
div.DivClassName
{
background-color: #0D584C;
}
.BgClassName
{
background-color: #0D584C;
}
</style>
border-color css
<style>
span { border-color: #0D584C; }
span { border-color: rgb(13,88,76); }
td.TdClassName
{
border-color: #0D584C;
}
.TagClassName
{
border-color: #0D584C;
}
</style>