Shades of Mosque #055B4B
Tints of Mosque #055B4B
RGB
CMYK
RGB Variations
Color information
#055B4B (or 0x055B4B) is known color: Mosque. HEX triplet: 05, 5B and 4B. RGB value is (5,91,75). Sum of RGB (Red+Green+Blue) = 5+91+75=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #055B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B4B is #FAA4B4. Grayscale: #3F3F3F. Windows color (decimal): -16426165 or 4938501. OLE color: 4938501.
HSL color Cylindrical-coordinate representation of color #055B4B: hue angle of 168.84º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055B4B is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 75 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.64 |
| HSL | 168.84º | 0.9% | 0.19% | - |
| HSV(B) | 168.84º | 0.95% | 0.36% | - |
| XYZ | 5.07 | 8.02 | 7.94 | - |
| YUV | 63.46 | 134.51 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 75 | 0.95 | 0 | 0.18 | 0.64 | 168.84 | 0.9 | 0.19 |
| Hex | 5 | 5B | 4B | 5F | 0 | 12 | 40 | A9 | 5A | 13 |
| Octal | 5 | 133 | 113 | 137 | 0 | 22 | 100 | 251 | 132 | 23 |
| Binary | 101 | 1011011 | 1001011 | 1011111 | 0 | 10010 | 1000000 | 10101001 | 1011010 | 10011 |
Color Harmonies of #055B4B
Complementary color
Monochromatic Colors of #055B4B
Black with #055B4B
Text Example
Text Example
White with #055B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B4B; }
p { color: rgb(5,91,75); }
H1.HeaderClassName
{
color: #055B4B;
}
.AnyTagClassName
{
color: #055B4B;
}
</style>
background-color css
<style>
a { background-color: #055B4B; }
a { background-color: rgb(5,91,75); }
div.DivClassName
{
background-color: #055B4B;
}
.BgClassName
{
background-color: #055B4B;
}
</style>
border-color css
<style>
span { border-color: #055B4B; }
span { border-color: rgb(5,91,75); }
td.TdClassName
{
border-color: #055B4B;
}
.TagClassName
{
border-color: #055B4B;
}
</style>