Shades of Cyprus #05393C
Tints of Cyprus #05393C
RGB
CMYK
RGB Variations
Color information
#05393C (or 0x05393C) is known color: Cyprus. HEX triplet: 05, 39 and 3C. RGB value is (5,57,60). Sum of RGB (Red+Green+Blue) = 5+57+60=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 60 (23.83% from 255 or 49.18% from 122); Max value from RGB is 60 - color contains mainly: blue. Hex color #05393C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05393C is #FAC6C3. Grayscale: #292929. Windows color (decimal): -16434884 or 3946757. OLE color: 3946757.
HSL color Cylindrical-coordinate representation of color #05393C: hue angle of 183.27º 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 #05393C is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 57 | 60 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.76 |
| HSL | 183.27º | 0.85% | 0.13% | - |
| HSV(B) | 183.27º | 0.92% | 0.24% | - |
| XYZ | 2.34 | 3.28 | 4.79 | - |
| YUV | 41.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 57 | 60 | 0.92 | 0.05 | 0 | 0.76 | 183.27 | 0.85 | 0.13 |
| Hex | 5 | 39 | 3C | 5C | 5 | 0 | 4C | B7 | 55 | D |
| Octal | 5 | 71 | 74 | 134 | 5 | 0 | 114 | 267 | 125 | 15 |
| Binary | 101 | 111001 | 111100 | 1011100 | 101 | 0 | 1001100 | 10110111 | 1010101 | 1101 |
Color Harmonies of #05393C
Complementary color
Monochromatic Colors of #05393C
Black with #05393C
Text Example
Text Example
White with #05393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05393C; }
p { color: rgb(5,57,60); }
H1.HeaderClassName
{
color: #05393C;
}
.AnyTagClassName
{
color: #05393C;
}
</style>
background-color css
<style>
a { background-color: #05393C; }
a { background-color: rgb(5,57,60); }
div.DivClassName
{
background-color: #05393C;
}
.BgClassName
{
background-color: #05393C;
}
</style>
border-color css
<style>
span { border-color: #05393C; }
span { border-color: rgb(5,57,60); }
td.TdClassName
{
border-color: #05393C;
}
.TagClassName
{
border-color: #05393C;
}
</style>