Shades of Cyprus #05383E
Tints of Cyprus #05383E
RGB
CMYK
RGB Variations
Color information
#05383E (or 0x05383E) is known color: Cyprus. HEX triplet: 05, 38 and 3E. RGB value is (5,56,62). Sum of RGB (Red+Green+Blue) = 5+56+62=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #05383E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05383E is #FAC7C1. Grayscale: #292929. Windows color (decimal): -16435138 or 4077573. OLE color: 4077573.
HSL color Cylindrical-coordinate representation of color #05383E: hue angle of 186.32º 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 #05383E is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 56 | 62 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.76 |
| HSL | 186.32º | 0.85% | 0.13% | - |
| HSV(B) | 186.32º | 0.92% | 0.24% | - |
| XYZ | 2.35 | 3.21 | 5.05 | - |
| YUV | 41.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 62 | 0.92 | 0.10 | 0 | 0.76 | 186.32 | 0.85 | 0.13 |
| Hex | 5 | 38 | 3E | 5C | A | 0 | 4C | BA | 55 | D |
| Octal | 5 | 70 | 76 | 134 | 12 | 0 | 114 | 272 | 125 | 15 |
| Binary | 101 | 111000 | 111110 | 1011100 | 1010 | 0 | 1001100 | 10111010 | 1010101 | 1101 |
Color Harmonies of #05383E
Complementary color
Monochromatic Colors of #05383E
Black with #05383E
Text Example
Text Example
White with #05383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05383E; }
p { color: rgb(5,56,62); }
H1.HeaderClassName
{
color: #05383E;
}
.AnyTagClassName
{
color: #05383E;
}
</style>
background-color css
<style>
a { background-color: #05383E; }
a { background-color: rgb(5,56,62); }
div.DivClassName
{
background-color: #05383E;
}
.BgClassName
{
background-color: #05383E;
}
</style>
border-color css
<style>
span { border-color: #05383E; }
span { border-color: rgb(5,56,62); }
td.TdClassName
{
border-color: #05383E;
}
.TagClassName
{
border-color: #05383E;
}
</style>