Shades of Cyprus #005445
Tints of Cyprus #005445
RGB
CMYK
RGB Variations
Color information
#005445 (or 0x005445) is known color: Cyprus. HEX triplet: 00, 54 and 45. RGB value is (0,84,69). Sum of RGB (Red+Green+Blue) = 0+84+69=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #005445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005445 is #FFABBA. Grayscale: #393939. Windows color (decimal): -16755643 or 4543488. OLE color: 4543488.
HSL color Cylindrical-coordinate representation of color #005445: hue angle of 169.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005445 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 84 | 69 | - |
| CMYK | 1 | 0 | 0.18 | 0.67 |
| HSL | 169.29º | 1% | 0.16% | - |
| HSV(B) | 169.29º | 1% | 0.33% | - |
| XYZ | 4.24 | 6.77 | 6.71 | - |
| YUV | 57.17 | 134.67 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 69 | 1 | 0 | 0.18 | 0.67 | 169.29 | 1 | 0.16 |
| Hex | 0 | 54 | 45 | 64 | 0 | 12 | 43 | A9 | 64 | 10 |
| Octal | 0 | 124 | 105 | 144 | 0 | 22 | 103 | 251 | 144 | 20 |
| Binary | 0 | 1010100 | 1000101 | 1100100 | 0 | 10010 | 1000011 | 10101001 | 1100100 | 10000 |
Color Harmonies of #005445
Complementary color
Monochromatic Colors of #005445
Black with #005445
Text Example
Text Example
White with #005445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005445; }
p { color: rgb(0,84,69); }
H1.HeaderClassName
{
color: #005445;
}
.AnyTagClassName
{
color: #005445;
}
</style>
background-color css
<style>
a { background-color: #005445; }
a { background-color: rgb(0,84,69); }
div.DivClassName
{
background-color: #005445;
}
.BgClassName
{
background-color: #005445;
}
</style>
border-color css
<style>
span { border-color: #005445; }
span { border-color: rgb(0,84,69); }
td.TdClassName
{
border-color: #005445;
}
.TagClassName
{
border-color: #005445;
}
</style>