Shades of Cyprus #005344
Tints of Cyprus #005344
RGB
CMYK
RGB Variations
Color information
#005344 (or 0x005344) is known color: Cyprus. HEX triplet: 00, 53 and 44. RGB value is (0,83,68). Sum of RGB (Red+Green+Blue) = 0+83+68=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #005344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005344 is #FFACBB. Grayscale: #383838. Windows color (decimal): -16755900 or 4477696. OLE color: 4477696.
HSL color Cylindrical-coordinate representation of color #005344: hue angle of 169.16º 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 #005344 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 83 | 68 | - |
| CMYK | 1 | 0 | 0.18 | 0.67 |
| HSL | 169.16º | 1% | 0.16% | - |
| HSV(B) | 169.16º | 1% | 0.33% | - |
| XYZ | 4.14 | 6.6 | 6.53 | - |
| YUV | 56.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 68 | 1 | 0 | 0.18 | 0.67 | 169.16 | 1 | 0.16 |
| Hex | 0 | 53 | 44 | 64 | 0 | 12 | 43 | A9 | 64 | 10 |
| Octal | 0 | 123 | 104 | 144 | 0 | 22 | 103 | 251 | 144 | 20 |
| Binary | 0 | 1010011 | 1000100 | 1100100 | 0 | 10010 | 1000011 | 10101001 | 1100100 | 10000 |
Color Harmonies of #005344
Complementary color
Monochromatic Colors of #005344
Black with #005344
Text Example
Text Example
White with #005344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005344; }
p { color: rgb(0,83,68); }
H1.HeaderClassName
{
color: #005344;
}
.AnyTagClassName
{
color: #005344;
}
</style>
background-color css
<style>
a { background-color: #005344; }
a { background-color: rgb(0,83,68); }
div.DivClassName
{
background-color: #005344;
}
.BgClassName
{
background-color: #005344;
}
</style>
border-color css
<style>
span { border-color: #005344; }
span { border-color: rgb(0,83,68); }
td.TdClassName
{
border-color: #005344;
}
.TagClassName
{
border-color: #005344;
}
</style>