Shades of Cyprus #00523F
Tints of Cyprus #00523F
RGB
CMYK
RGB Variations
Color information
#00523F (or 0x00523F) is known color: Cyprus. HEX triplet: 00, 52 and 3F. RGB value is (0,82,63). Sum of RGB (Red+Green+Blue) = 0+82+63=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #00523F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00523F is #FFADC0. Grayscale: #373737. Windows color (decimal): -16756161 or 4149760. OLE color: 4149760.
HSL color Cylindrical-coordinate representation of color #00523F: hue angle of 166.1º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00523F is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 82 | 63 | - |
| CMYK | 1 | 0 | 0.23 | 0.68 |
| HSL | 166.1º | 1% | 0.16% | - |
| HSV(B) | 166.1º | 1% | 0.32% | - |
| XYZ | 3.91 | 6.39 | 5.73 | - |
| YUV | 55.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 63 | 1 | 0 | 0.23 | 0.68 | 166.1 | 1 | 0.16 |
| Hex | 0 | 52 | 3F | 64 | 0 | 17 | 44 | A6 | 64 | 10 |
| Octal | 0 | 122 | 77 | 144 | 0 | 27 | 104 | 246 | 144 | 20 |
| Binary | 0 | 1010010 | 111111 | 1100100 | 0 | 10111 | 1000100 | 10100110 | 1100100 | 10000 |
Color Harmonies of #00523F
Complementary color
Monochromatic Colors of #00523F
Black with #00523F
Text Example
Text Example
White with #00523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00523F; }
p { color: rgb(0,82,63); }
H1.HeaderClassName
{
color: #00523F;
}
.AnyTagClassName
{
color: #00523F;
}
</style>
background-color css
<style>
a { background-color: #00523F; }
a { background-color: rgb(0,82,63); }
div.DivClassName
{
background-color: #00523F;
}
.BgClassName
{
background-color: #00523F;
}
</style>
border-color css
<style>
span { border-color: #00523F; }
span { border-color: rgb(0,82,63); }
td.TdClassName
{
border-color: #00523F;
}
.TagClassName
{
border-color: #00523F;
}
</style>