Shades of Cyprus #0B554C
Tints of Cyprus #0B554C
RGB
CMYK
RGB Variations
Color information
#0B554C (or 0x0B554C) is known color: Cyprus. HEX triplet: 0B, 55 and 4C. RGB value is (11,85,76). Sum of RGB (Red+Green+Blue) = 11+85+76=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #0B554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B554C is #F4AAB3. Grayscale: #3D3D3D. Windows color (decimal): -16034484 or 5002507. OLE color: 5002507.
HSL color Cylindrical-coordinate representation of color #0B554C: hue angle of 172.7º 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 #0B554C is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 85 | 76 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.67 |
| HSL | 172.7º | 0.77% | 0.19% | - |
| HSV(B) | 172.7º | 0.87% | 0.33% | - |
| XYZ | 4.69 | 7.09 | 7.96 | - |
| YUV | 61.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 85 | 76 | 0.87 | 0 | 0.11 | 0.67 | 172.7 | 0.77 | 0.19 |
| Hex | B | 55 | 4C | 57 | 0 | B | 43 | AD | 4D | 13 |
| Octal | 13 | 125 | 114 | 127 | 0 | 13 | 103 | 255 | 115 | 23 |
| Binary | 1011 | 1010101 | 1001100 | 1010111 | 0 | 1011 | 1000011 | 10101101 | 1001101 | 10011 |
Color Harmonies of #0B554C
Complementary color
Monochromatic Colors of #0B554C
Black with #0B554C
Text Example
Text Example
White with #0B554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B554C; }
p { color: rgb(11,85,76); }
H1.HeaderClassName
{
color: #0B554C;
}
.AnyTagClassName
{
color: #0B554C;
}
</style>
background-color css
<style>
a { background-color: #0B554C; }
a { background-color: rgb(11,85,76); }
div.DivClassName
{
background-color: #0B554C;
}
.BgClassName
{
background-color: #0B554C;
}
</style>
border-color css
<style>
span { border-color: #0B554C; }
span { border-color: rgb(11,85,76); }
td.TdClassName
{
border-color: #0B554C;
}
.TagClassName
{
border-color: #0B554C;
}
</style>