Shades of Cyprus #05383D
Tints of Cyprus #05383D
RGB
CMYK
RGB Variations
Color information
#05383D (or 0x05383D) is known color: Cyprus. HEX triplet: 05, 38 and 3D. RGB value is (5,56,61). Sum of RGB (Red+Green+Blue) = 5+56+61=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #05383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05383D is #FAC7C2. Grayscale: #292929. Windows color (decimal): -16435139 or 4012037. OLE color: 4012037.
HSL color Cylindrical-coordinate representation of color #05383D: hue angle of 185.36º 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 #05383D is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 56 | 61 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.76 |
| HSL | 185.36º | 0.85% | 0.13% | - |
| HSV(B) | 185.36º | 0.92% | 0.24% | - |
| XYZ | 2.32 | 3.2 | 4.91 | - |
| YUV | 41.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 61 | 0.92 | 0.08 | 0 | 0.76 | 185.36 | 0.85 | 0.13 |
| Hex | 5 | 38 | 3D | 5C | 8 | 0 | 4C | B9 | 55 | D |
| Octal | 5 | 70 | 75 | 134 | 10 | 0 | 114 | 271 | 125 | 15 |
| Binary | 101 | 111000 | 111101 | 1011100 | 1000 | 0 | 1001100 | 10111001 | 1010101 | 1101 |
Color Harmonies of #05383D
Complementary color
Monochromatic Colors of #05383D
Black with #05383D
Text Example
Text Example
White with #05383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05383D; }
p { color: rgb(5,56,61); }
H1.HeaderClassName
{
color: #05383D;
}
.AnyTagClassName
{
color: #05383D;
}
</style>
background-color css
<style>
a { background-color: #05383D; }
a { background-color: rgb(5,56,61); }
div.DivClassName
{
background-color: #05383D;
}
.BgClassName
{
background-color: #05383D;
}
</style>
border-color css
<style>
span { border-color: #05383D; }
span { border-color: rgb(5,56,61); }
td.TdClassName
{
border-color: #05383D;
}
.TagClassName
{
border-color: #05383D;
}
</style>