Shades of Cyprus #05363E
Tints of Cyprus #05363E
RGB
CMYK
RGB Variations
Color information
#05363E (or 0x05363E) is known color: Cyprus. HEX triplet: 05, 36 and 3E. RGB value is (5,54,62). Sum of RGB (Red+Green+Blue) = 5+54+62=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #05363E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05363E is #FAC9C1. Grayscale: #282828. Windows color (decimal): -16435650 or 4077061. OLE color: 4077061.
HSL color Cylindrical-coordinate representation of color #05363E: hue angle of 188.42º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05363E is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 54 | 62 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.76 |
| HSL | 188.42º | 0.85% | 0.13% | - |
| HSV(B) | 188.42º | 0.92% | 0.24% | - |
| XYZ | 2.25 | 3.02 | 5.02 | - |
| YUV | 40.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 62 | 0.92 | 0.13 | 0 | 0.76 | 188.42 | 0.85 | 0.13 |
| Hex | 5 | 36 | 3E | 5C | D | 0 | 4C | BC | 55 | D |
| Octal | 5 | 66 | 76 | 134 | 15 | 0 | 114 | 274 | 125 | 15 |
| Binary | 101 | 110110 | 111110 | 1011100 | 1101 | 0 | 1001100 | 10111100 | 1010101 | 1101 |
Color Harmonies of #05363E
Complementary color
Monochromatic Colors of #05363E
Black with #05363E
Text Example
Text Example
White with #05363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05363E; }
p { color: rgb(5,54,62); }
H1.HeaderClassName
{
color: #05363E;
}
.AnyTagClassName
{
color: #05363E;
}
</style>
background-color css
<style>
a { background-color: #05363E; }
a { background-color: rgb(5,54,62); }
div.DivClassName
{
background-color: #05363E;
}
.BgClassName
{
background-color: #05363E;
}
</style>
border-color css
<style>
span { border-color: #05363E; }
span { border-color: rgb(5,54,62); }
td.TdClassName
{
border-color: #05363E;
}
.TagClassName
{
border-color: #05363E;
}
</style>