Shades of Mosque #005F62
Tints of Mosque #005F62
RGB
CMYK
RGB Variations
Color information
#005F62 (or 0x005F62) is known color: Mosque. HEX triplet: 00, 5F and 62. RGB value is (0,95,98). Sum of RGB (Red+Green+Blue) = 0+95+98=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #005F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005F62 is #FFA09D. Grayscale: #424242. Windows color (decimal): -16752798 or 6446848. OLE color: 6446848.
HSL color Cylindrical-coordinate representation of color #005F62: hue angle of 181.84º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F62 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 95 | 98 | - |
| CMYK | 1 | 0.03 | 0 | 0.62 |
| HSL | 181.84º | 1% | 0.19% | - |
| HSV(B) | 181.84º | 1% | 0.38% | - |
| XYZ | 6.3 | 9.07 | 12.97 | - |
| YUV | 66.94 | 145.53 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 98 | 1 | 0.03 | 0 | 0.62 | 181.84 | 1 | 0.19 |
| Hex | 0 | 5F | 62 | 64 | 3 | 0 | 3E | B6 | 64 | 13 |
| Octal | 0 | 137 | 142 | 144 | 3 | 0 | 76 | 266 | 144 | 23 |
| Binary | 0 | 1011111 | 1100010 | 1100100 | 11 | 0 | 111110 | 10110110 | 1100100 | 10011 |
Color Harmonies of #005F62
Complementary color
Monochromatic Colors of #005F62
Black with #005F62
Text Example
Text Example
White with #005F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F62; }
p { color: rgb(0,95,98); }
H1.HeaderClassName
{
color: #005F62;
}
.AnyTagClassName
{
color: #005F62;
}
</style>
background-color css
<style>
a { background-color: #005F62; }
a { background-color: rgb(0,95,98); }
div.DivClassName
{
background-color: #005F62;
}
.BgClassName
{
background-color: #005F62;
}
</style>
border-color css
<style>
span { border-color: #005F62; }
span { border-color: rgb(0,95,98); }
td.TdClassName
{
border-color: #005F62;
}
.TagClassName
{
border-color: #005F62;
}
</style>