Shades of Cyprus #0B524F
Tints of Cyprus #0B524F
RGB
CMYK
RGB Variations
Color information
#0B524F (or 0x0B524F) is known color: Cyprus. HEX triplet: 0B, 52 and 4F. RGB value is (11,82,79). Sum of RGB (Red+Green+Blue) = 11+82+79=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #0B524F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B524F is #F4ADB0. Grayscale: #3C3C3C. Windows color (decimal): -16035249 or 5198347. OLE color: 5198347.
HSL color Cylindrical-coordinate representation of color #0B524F: hue angle of 177.46º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B524F is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 82 | 79 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.68 |
| HSL | 177.46º | 0.76% | 0.18% | - |
| HSV(B) | 177.46º | 0.87% | 0.32% | - |
| XYZ | 4.57 | 6.67 | 8.44 | - |
| YUV | 60.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 79 | 0.87 | 0 | 0.04 | 0.68 | 177.46 | 0.76 | 0.18 |
| Hex | B | 52 | 4F | 57 | 0 | 4 | 44 | B1 | 4C | 12 |
| Octal | 13 | 122 | 117 | 127 | 0 | 4 | 104 | 261 | 114 | 22 |
| Binary | 1011 | 1010010 | 1001111 | 1010111 | 0 | 100 | 1000100 | 10110001 | 1001100 | 10010 |
Color Harmonies of #0B524F
Complementary color
Monochromatic Colors of #0B524F
Black with #0B524F
Text Example
Text Example
White with #0B524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B524F; }
p { color: rgb(11,82,79); }
H1.HeaderClassName
{
color: #0B524F;
}
.AnyTagClassName
{
color: #0B524F;
}
</style>
background-color css
<style>
a { background-color: #0B524F; }
a { background-color: rgb(11,82,79); }
div.DivClassName
{
background-color: #0B524F;
}
.BgClassName
{
background-color: #0B524F;
}
</style>
border-color css
<style>
span { border-color: #0B524F; }
span { border-color: rgb(11,82,79); }
td.TdClassName
{
border-color: #0B524F;
}
.TagClassName
{
border-color: #0B524F;
}
</style>