Shades of Cyprus #05433F
Tints of Cyprus #05433F
RGB
CMYK
RGB Variations
Color information
#05433F (or 0x05433F) is known color: Cyprus. HEX triplet: 05, 43 and 3F. RGB value is (5,67,63). Sum of RGB (Red+Green+Blue) = 5+67+63=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #05433F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05433F is #FABCC0. Grayscale: #2F2F2F. Windows color (decimal): -16432321 or 4145925. OLE color: 4145925.
HSL color Cylindrical-coordinate representation of color #05433F: hue angle of 176.13º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05433F is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 67 | 63 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.74 |
| HSL | 176.13º | 0.86% | 0.14% | - |
| HSV(B) | 176.13º | 0.93% | 0.26% | - |
| XYZ | 2.97 | 4.41 | 5.4 | - |
| YUV | 48.01 | 136.46 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 63 | 0.93 | 0 | 0.06 | 0.74 | 176.13 | 0.86 | 0.14 |
| Hex | 5 | 43 | 3F | 5D | 0 | 6 | 4A | B0 | 56 | E |
| Octal | 5 | 103 | 77 | 135 | 0 | 6 | 112 | 260 | 126 | 16 |
| Binary | 101 | 1000011 | 111111 | 1011101 | 0 | 110 | 1001010 | 10110000 | 1010110 | 1110 |
Color Harmonies of #05433F
Complementary color
Monochromatic Colors of #05433F
Black with #05433F
Text Example
Text Example
White with #05433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05433F; }
p { color: rgb(5,67,63); }
H1.HeaderClassName
{
color: #05433F;
}
.AnyTagClassName
{
color: #05433F;
}
</style>
background-color css
<style>
a { background-color: #05433F; }
a { background-color: rgb(5,67,63); }
div.DivClassName
{
background-color: #05433F;
}
.BgClassName
{
background-color: #05433F;
}
</style>
border-color css
<style>
span { border-color: #05433F; }
span { border-color: rgb(5,67,63); }
td.TdClassName
{
border-color: #05433F;
}
.TagClassName
{
border-color: #05433F;
}
</style>