Shades of Cyprus #05423F
Tints of Cyprus #05423F
RGB
CMYK
RGB Variations
Color information
#05423F (or 0x05423F) is known color: Cyprus. HEX triplet: 05, 42 and 3F. RGB value is (5,66,63). Sum of RGB (Red+Green+Blue) = 5+66+63=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #05423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05423F is #FABDC0. Grayscale: #2F2F2F. Windows color (decimal): -16432577 or 4145669. OLE color: 4145669.
HSL color Cylindrical-coordinate representation of color #05423F: hue angle of 177.05º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05423F is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 66 | 63 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.74 |
| HSL | 177.05º | 0.86% | 0.14% | - |
| HSV(B) | 177.05º | 0.92% | 0.26% | - |
| XYZ | 2.91 | 4.29 | 5.38 | - |
| YUV | 47.42 | 136.79 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 63 | 0.92 | 0 | 0.05 | 0.74 | 177.05 | 0.86 | 0.14 |
| Hex | 5 | 42 | 3F | 5C | 0 | 5 | 4A | B1 | 56 | E |
| Octal | 5 | 102 | 77 | 134 | 0 | 5 | 112 | 261 | 126 | 16 |
| Binary | 101 | 1000010 | 111111 | 1011100 | 0 | 101 | 1001010 | 10110001 | 1010110 | 1110 |
Color Harmonies of #05423F
Complementary color
Monochromatic Colors of #05423F
Black with #05423F
Text Example
Text Example
White with #05423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05423F; }
p { color: rgb(5,66,63); }
H1.HeaderClassName
{
color: #05423F;
}
.AnyTagClassName
{
color: #05423F;
}
</style>
background-color css
<style>
a { background-color: #05423F; }
a { background-color: rgb(5,66,63); }
div.DivClassName
{
background-color: #05423F;
}
.BgClassName
{
background-color: #05423F;
}
</style>
border-color css
<style>
span { border-color: #05423F; }
span { border-color: rgb(5,66,63); }
td.TdClassName
{
border-color: #05423F;
}
.TagClassName
{
border-color: #05423F;
}
</style>