Shades of Mosque #055B62
Tints of Mosque #055B62
RGB
CMYK
RGB Variations
Color information
#055B62 (or 0x055B62) is known color: Mosque. HEX triplet: 05, 5B and 62. RGB value is (5,91,98). Sum of RGB (Red+Green+Blue) = 5+91+98=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #055B62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B62 is #FAA49D. Grayscale: #414141. Windows color (decimal): -16426142 or 6445829. OLE color: 6445829.
HSL color Cylindrical-coordinate representation of color #055B62: hue angle of 184.52º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055B62 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 91 | 98 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.62 |
| HSL | 184.52º | 0.9% | 0.2% | - |
| HSV(B) | 184.52º | 0.95% | 0.38% | - |
| XYZ | 6.01 | 8.4 | 12.86 | - |
| YUV | 66.08 | 146.01 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 98 | 0.95 | 0.07 | 0 | 0.62 | 184.52 | 0.9 | 0.2 |
| Hex | 5 | 5B | 62 | 5F | 7 | 0 | 3E | B9 | 5A | 14 |
| Octal | 5 | 133 | 142 | 137 | 7 | 0 | 76 | 271 | 132 | 24 |
| Binary | 101 | 1011011 | 1100010 | 1011111 | 111 | 0 | 111110 | 10111001 | 1011010 | 10100 |
Color Harmonies of #055B62
Complementary color
Monochromatic Colors of #055B62
Black with #055B62
Text Example
Text Example
White with #055B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B62; }
p { color: rgb(5,91,98); }
H1.HeaderClassName
{
color: #055B62;
}
.AnyTagClassName
{
color: #055B62;
}
</style>
background-color css
<style>
a { background-color: #055B62; }
a { background-color: rgb(5,91,98); }
div.DivClassName
{
background-color: #055B62;
}
.BgClassName
{
background-color: #055B62;
}
</style>
border-color css
<style>
span { border-color: #055B62; }
span { border-color: rgb(5,91,98); }
td.TdClassName
{
border-color: #055B62;
}
.TagClassName
{
border-color: #055B62;
}
</style>