Shades of Cyprus #05393B
Tints of Cyprus #05393B
RGB
CMYK
RGB Variations
Color information
#05393B (or 0x05393B) is known color: Cyprus. HEX triplet: 05, 39 and 3B. RGB value is (5,57,59). Sum of RGB (Red+Green+Blue) = 5+57+59=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #05393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05393B is #FAC6C4. Grayscale: #292929. Windows color (decimal): -16434885 or 3881221. OLE color: 3881221.
HSL color Cylindrical-coordinate representation of color #05393B: hue angle of 182.22º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05393B is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 57 | 59 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.77 |
| HSL | 182.22º | 0.84% | 0.13% | - |
| HSV(B) | 182.22º | 0.92% | 0.23% | - |
| XYZ | 2.32 | 3.27 | 4.65 | - |
| YUV | 41.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 57 | 59 | 0.92 | 0.03 | 0 | 0.77 | 182.22 | 0.84 | 0.13 |
| Hex | 5 | 39 | 3B | 5C | 3 | 0 | 4D | B6 | 54 | D |
| Octal | 5 | 71 | 73 | 134 | 3 | 0 | 115 | 266 | 124 | 15 |
| Binary | 101 | 111001 | 111011 | 1011100 | 11 | 0 | 1001101 | 10110110 | 1010100 | 1101 |
Color Harmonies of #05393B
Complementary color
Monochromatic Colors of #05393B
Black with #05393B
Text Example
Text Example
White with #05393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05393B; }
p { color: rgb(5,57,59); }
H1.HeaderClassName
{
color: #05393B;
}
.AnyTagClassName
{
color: #05393B;
}
</style>
background-color css
<style>
a { background-color: #05393B; }
a { background-color: rgb(5,57,59); }
div.DivClassName
{
background-color: #05393B;
}
.BgClassName
{
background-color: #05393B;
}
</style>
border-color css
<style>
span { border-color: #05393B; }
span { border-color: rgb(5,57,59); }
td.TdClassName
{
border-color: #05393B;
}
.TagClassName
{
border-color: #05393B;
}
</style>