Shades of Cyprus #05463B
Tints of Cyprus #05463B
RGB
CMYK
RGB Variations
Color information
#05463B (or 0x05463B) is known color: Cyprus. HEX triplet: 05, 46 and 3B. RGB value is (5,70,59). Sum of RGB (Red+Green+Blue) = 5+70+59=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #05463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05463B is #FAB9C4. Grayscale: #313131. Windows color (decimal): -16431557 or 3884549. OLE color: 3884549.
HSL color Cylindrical-coordinate representation of color #05463B: hue angle of 169.85º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05463B is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 70 | 59 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.73 |
| HSL | 169.85º | 0.87% | 0.15% | - |
| HSV(B) | 169.85º | 0.93% | 0.27% | - |
| XYZ | 3.04 | 4.73 | 4.89 | - |
| YUV | 49.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 59 | 0.93 | 0 | 0.16 | 0.73 | 169.85 | 0.87 | 0.15 |
| Hex | 5 | 46 | 3B | 5D | 0 | 10 | 49 | AA | 57 | F |
| Octal | 5 | 106 | 73 | 135 | 0 | 20 | 111 | 252 | 127 | 17 |
| Binary | 101 | 1000110 | 111011 | 1011101 | 0 | 10000 | 1001001 | 10101010 | 1010111 | 1111 |
Color Harmonies of #05463B
Complementary color
Monochromatic Colors of #05463B
Black with #05463B
Text Example
Text Example
White with #05463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05463B; }
p { color: rgb(5,70,59); }
H1.HeaderClassName
{
color: #05463B;
}
.AnyTagClassName
{
color: #05463B;
}
</style>
background-color css
<style>
a { background-color: #05463B; }
a { background-color: rgb(5,70,59); }
div.DivClassName
{
background-color: #05463B;
}
.BgClassName
{
background-color: #05463B;
}
</style>
border-color css
<style>
span { border-color: #05463B; }
span { border-color: rgb(5,70,59); }
td.TdClassName
{
border-color: #05463B;
}
.TagClassName
{
border-color: #05463B;
}
</style>