Shades of Mosque #055B5A
Tints of Mosque #055B5A
RGB
CMYK
RGB Variations
Color information
#055B5A (or 0x055B5A) is known color: Mosque. HEX triplet: 05, 5B and 5A. RGB value is (5,91,90). Sum of RGB (Red+Green+Blue) = 5+91+90=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #055B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B5A is #FAA4A5. Grayscale: #414141. Windows color (decimal): -16426150 or 5921541. OLE color: 5921541.
HSL color Cylindrical-coordinate representation of color #055B5A: hue angle of 179.3º 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 #055B5A is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 90 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.64 |
| HSL | 179.3º | 0.9% | 0.19% | - |
| HSV(B) | 179.3º | 0.95% | 0.36% | - |
| XYZ | 5.65 | 8.25 | 10.97 | - |
| YUV | 65.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 90 | 0.95 | 0 | 0.01 | 0.64 | 179.3 | 0.9 | 0.19 |
| Hex | 5 | 5B | 5A | 5F | 0 | 1 | 40 | B3 | 5A | 13 |
| Octal | 5 | 133 | 132 | 137 | 0 | 1 | 100 | 263 | 132 | 23 |
| Binary | 101 | 1011011 | 1011010 | 1011111 | 0 | 1 | 1000000 | 10110011 | 1011010 | 10011 |
Color Harmonies of #055B5A
Complementary color
Monochromatic Colors of #055B5A
Black with #055B5A
Text Example
Text Example
White with #055B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B5A; }
p { color: rgb(5,91,90); }
H1.HeaderClassName
{
color: #055B5A;
}
.AnyTagClassName
{
color: #055B5A;
}
</style>
background-color css
<style>
a { background-color: #055B5A; }
a { background-color: rgb(5,91,90); }
div.DivClassName
{
background-color: #055B5A;
}
.BgClassName
{
background-color: #055B5A;
}
</style>
border-color css
<style>
span { border-color: #055B5A; }
span { border-color: rgb(5,91,90); }
td.TdClassName
{
border-color: #055B5A;
}
.TagClassName
{
border-color: #055B5A;
}
</style>