Shades of Cyprus #05363D
Tints of Cyprus #05363D
RGB
CMYK
RGB Variations
Color information
#05363D (or 0x05363D) is known color: Cyprus. HEX triplet: 05, 36 and 3D. RGB value is (5,54,61). Sum of RGB (Red+Green+Blue) = 5+54+61=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #05363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05363D is #FAC9C2. Grayscale: #282828. Windows color (decimal): -16435651 or 4011525. OLE color: 4011525.
HSL color Cylindrical-coordinate representation of color #05363D: hue angle of 187.5º 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 #05363D is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 54 | 61 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.76 |
| HSL | 187.5º | 0.85% | 0.13% | - |
| HSV(B) | 187.5º | 0.92% | 0.24% | - |
| XYZ | 2.22 | 3.01 | 4.88 | - |
| YUV | 40.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 61 | 0.92 | 0.11 | 0 | 0.76 | 187.5 | 0.85 | 0.13 |
| Hex | 5 | 36 | 3D | 5C | B | 0 | 4C | BC | 55 | D |
| Octal | 5 | 66 | 75 | 134 | 13 | 0 | 114 | 274 | 125 | 15 |
| Binary | 101 | 110110 | 111101 | 1011100 | 1011 | 0 | 1001100 | 10111100 | 1010101 | 1101 |
Color Harmonies of #05363D
Complementary color
Monochromatic Colors of #05363D
Black with #05363D
Text Example
Text Example
White with #05363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05363D; }
p { color: rgb(5,54,61); }
H1.HeaderClassName
{
color: #05363D;
}
.AnyTagClassName
{
color: #05363D;
}
</style>
background-color css
<style>
a { background-color: #05363D; }
a { background-color: rgb(5,54,61); }
div.DivClassName
{
background-color: #05363D;
}
.BgClassName
{
background-color: #05363D;
}
</style>
border-color css
<style>
span { border-color: #05363D; }
span { border-color: rgb(5,54,61); }
td.TdClassName
{
border-color: #05363D;
}
.TagClassName
{
border-color: #05363D;
}
</style>