Shades of Cyprus #05363C
Tints of Cyprus #05363C
RGB
CMYK
RGB Variations
Color information
#05363C (or 0x05363C) is known color: Cyprus. HEX triplet: 05, 36 and 3C. RGB value is (5,54,60). Sum of RGB (Red+Green+Blue) = 5+54+60=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #05363C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05363C is #FAC9C3. Grayscale: #272727. Windows color (decimal): -16435652 or 3945989. OLE color: 3945989.
HSL color Cylindrical-coordinate representation of color #05363C: hue angle of 186.55º 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 #05363C is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 54 | 60 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.76 |
| HSL | 186.55º | 0.85% | 0.13% | - |
| HSV(B) | 186.55º | 0.92% | 0.24% | - |
| XYZ | 2.2 | 3 | 4.74 | - |
| YUV | 40.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 60 | 0.92 | 0.10 | 0 | 0.76 | 186.55 | 0.85 | 0.13 |
| Hex | 5 | 36 | 3C | 5C | A | 0 | 4C | BB | 55 | D |
| Octal | 5 | 66 | 74 | 134 | 12 | 0 | 114 | 273 | 125 | 15 |
| Binary | 101 | 110110 | 111100 | 1011100 | 1010 | 0 | 1001100 | 10111011 | 1010101 | 1101 |
Color Harmonies of #05363C
Complementary color
Monochromatic Colors of #05363C
Black with #05363C
Text Example
Text Example
White with #05363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05363C; }
p { color: rgb(5,54,60); }
H1.HeaderClassName
{
color: #05363C;
}
.AnyTagClassName
{
color: #05363C;
}
</style>
background-color css
<style>
a { background-color: #05363C; }
a { background-color: rgb(5,54,60); }
div.DivClassName
{
background-color: #05363C;
}
.BgClassName
{
background-color: #05363C;
}
</style>
border-color css
<style>
span { border-color: #05363C; }
span { border-color: rgb(5,54,60); }
td.TdClassName
{
border-color: #05363C;
}
.TagClassName
{
border-color: #05363C;
}
</style>