Shades of Cyprus #06534B
Tints of Cyprus #06534B
RGB
CMYK
RGB Variations
Color information
#06534B (or 0x06534B) is known color: Cyprus. HEX triplet: 06, 53 and 4B. RGB value is (6,83,75). Sum of RGB (Red+Green+Blue) = 6+83+75=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #06534B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06534B is #F9ACB4. Grayscale: #3B3B3B. Windows color (decimal): -16362677 or 4936454. OLE color: 4936454.
HSL color Cylindrical-coordinate representation of color #06534B: hue angle of 173.77º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06534B is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 83 | 75 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.67 |
| HSL | 173.77º | 0.87% | 0.17% | - |
| HSV(B) | 173.77º | 0.93% | 0.33% | - |
| XYZ | 4.44 | 6.73 | 7.72 | - |
| YUV | 59.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 75 | 0.93 | 0 | 0.10 | 0.67 | 173.77 | 0.87 | 0.17 |
| Hex | 6 | 53 | 4B | 5D | 0 | A | 43 | AE | 57 | 11 |
| Octal | 6 | 123 | 113 | 135 | 0 | 12 | 103 | 256 | 127 | 21 |
| Binary | 110 | 1010011 | 1001011 | 1011101 | 0 | 1010 | 1000011 | 10101110 | 1010111 | 10001 |
Color Harmonies of #06534B
Complementary color
Monochromatic Colors of #06534B
Black with #06534B
Text Example
Text Example
White with #06534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06534B; }
p { color: rgb(6,83,75); }
H1.HeaderClassName
{
color: #06534B;
}
.AnyTagClassName
{
color: #06534B;
}
</style>
background-color css
<style>
a { background-color: #06534B; }
a { background-color: rgb(6,83,75); }
div.DivClassName
{
background-color: #06534B;
}
.BgClassName
{
background-color: #06534B;
}
</style>
border-color css
<style>
span { border-color: #06534B; }
span { border-color: rgb(6,83,75); }
td.TdClassName
{
border-color: #06534B;
}
.TagClassName
{
border-color: #06534B;
}
</style>