Shades of Cyprus #05443B
Tints of Cyprus #05443B
RGB
CMYK
RGB Variations
Color information
#05443B (or 0x05443B) is known color: Cyprus. HEX triplet: 05, 44 and 3B. RGB value is (5,68,59). Sum of RGB (Red+Green+Blue) = 5+68+59=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #05443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05443B is #FABBC4. Grayscale: #303030. Windows color (decimal): -16432069 or 3884037. OLE color: 3884037.
HSL color Cylindrical-coordinate representation of color #05443B: hue angle of 171.43º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05443B is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 68 | 59 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.73 |
| HSL | 171.43º | 0.86% | 0.14% | - |
| HSV(B) | 171.43º | 0.93% | 0.27% | - |
| XYZ | 2.92 | 4.48 | 4.85 | - |
| YUV | 48.14 | 134.13 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 59 | 0.93 | 0 | 0.13 | 0.73 | 171.43 | 0.86 | 0.14 |
| Hex | 5 | 44 | 3B | 5D | 0 | D | 49 | AB | 56 | E |
| Octal | 5 | 104 | 73 | 135 | 0 | 15 | 111 | 253 | 126 | 16 |
| Binary | 101 | 1000100 | 111011 | 1011101 | 0 | 1101 | 1001001 | 10101011 | 1010110 | 1110 |
Color Harmonies of #05443B
Complementary color
Monochromatic Colors of #05443B
Black with #05443B
Text Example
Text Example
White with #05443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05443B; }
p { color: rgb(5,68,59); }
H1.HeaderClassName
{
color: #05443B;
}
.AnyTagClassName
{
color: #05443B;
}
</style>
background-color css
<style>
a { background-color: #05443B; }
a { background-color: rgb(5,68,59); }
div.DivClassName
{
background-color: #05443B;
}
.BgClassName
{
background-color: #05443B;
}
</style>
border-color css
<style>
span { border-color: #05443B; }
span { border-color: rgb(5,68,59); }
td.TdClassName
{
border-color: #05443B;
}
.TagClassName
{
border-color: #05443B;
}
</style>