Shades of Cyprus #0B554B
Tints of Cyprus #0B554B
RGB
CMYK
RGB Variations
Color information
#0B554B (or 0x0B554B) is known color: Cyprus. HEX triplet: 0B, 55 and 4B. RGB value is (11,85,75). Sum of RGB (Red+Green+Blue) = 11+85+75=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #0B554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B554B is #F4AAB4. Grayscale: #3D3D3D. Windows color (decimal): -16034485 or 4936971. OLE color: 4936971.
HSL color Cylindrical-coordinate representation of color #0B554B: hue angle of 171.89º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B554B is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 85 | 75 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.67 |
| HSL | 171.89º | 0.77% | 0.19% | - |
| HSV(B) | 171.89º | 0.87% | 0.33% | - |
| XYZ | 4.66 | 7.08 | 7.78 | - |
| YUV | 61.73 | 135.48 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 85 | 75 | 0.87 | 0 | 0.12 | 0.67 | 171.89 | 0.77 | 0.19 |
| Hex | B | 55 | 4B | 57 | 0 | C | 43 | AC | 4D | 13 |
| Octal | 13 | 125 | 113 | 127 | 0 | 14 | 103 | 254 | 115 | 23 |
| Binary | 1011 | 1010101 | 1001011 | 1010111 | 0 | 1100 | 1000011 | 10101100 | 1001101 | 10011 |
Color Harmonies of #0B554B
Complementary color
Monochromatic Colors of #0B554B
Black with #0B554B
Text Example
Text Example
White with #0B554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B554B; }
p { color: rgb(11,85,75); }
H1.HeaderClassName
{
color: #0B554B;
}
.AnyTagClassName
{
color: #0B554B;
}
</style>
background-color css
<style>
a { background-color: #0B554B; }
a { background-color: rgb(11,85,75); }
div.DivClassName
{
background-color: #0B554B;
}
.BgClassName
{
background-color: #0B554B;
}
</style>
border-color css
<style>
span { border-color: #0B554B; }
span { border-color: rgb(11,85,75); }
td.TdClassName
{
border-color: #0B554B;
}
.TagClassName
{
border-color: #0B554B;
}
</style>