Shades of Cyprus #05373F
Tints of Cyprus #05373F
RGB
CMYK
RGB Variations
Color information
#05373F (or 0x05373F) is known color: Cyprus. HEX triplet: 05, 37 and 3F. RGB value is (5,55,63). Sum of RGB (Red+Green+Blue) = 5+55+63=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #05373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05373F is #FAC8C0. Grayscale: #282828. Windows color (decimal): -16435393 or 4142853. OLE color: 4142853.
HSL color Cylindrical-coordinate representation of color #05373F: hue angle of 188.28º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05373F is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 55 | 63 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.75 |
| HSL | 188.28º | 0.85% | 0.13% | - |
| HSV(B) | 188.28º | 0.92% | 0.25% | - |
| XYZ | 2.33 | 3.12 | 5.18 | - |
| YUV | 40.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 63 | 0.92 | 0.13 | 0 | 0.75 | 188.28 | 0.85 | 0.13 |
| Hex | 5 | 37 | 3F | 5C | D | 0 | 4B | BC | 55 | D |
| Octal | 5 | 67 | 77 | 134 | 15 | 0 | 113 | 274 | 125 | 15 |
| Binary | 101 | 110111 | 111111 | 1011100 | 1101 | 0 | 1001011 | 10111100 | 1010101 | 1101 |
Color Harmonies of #05373F
Complementary color
Monochromatic Colors of #05373F
Black with #05373F
Text Example
Text Example
White with #05373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05373F; }
p { color: rgb(5,55,63); }
H1.HeaderClassName
{
color: #05373F;
}
.AnyTagClassName
{
color: #05373F;
}
</style>
background-color css
<style>
a { background-color: #05373F; }
a { background-color: rgb(5,55,63); }
div.DivClassName
{
background-color: #05373F;
}
.BgClassName
{
background-color: #05373F;
}
</style>
border-color css
<style>
span { border-color: #05373F; }
span { border-color: rgb(5,55,63); }
td.TdClassName
{
border-color: #05373F;
}
.TagClassName
{
border-color: #05373F;
}
</style>