Shades of Mosque #05605A
Tints of Mosque #05605A
RGB
CMYK
RGB Variations
Color information
#05605A (or 0x05605A) is known color: Mosque. HEX triplet: 05, 60 and 5A. RGB value is (5,96,90). Sum of RGB (Red+Green+Blue) = 5+96+90=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #05605A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05605A is #FA9FA5. Grayscale: #444444. Windows color (decimal): -16424870 or 5922821. OLE color: 5922821.
HSL color Cylindrical-coordinate representation of color #05605A: hue angle of 176.04º 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 #05605A is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 96 | 90 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.62 |
| HSL | 176.04º | 0.9% | 0.2% | - |
| HSV(B) | 176.04º | 0.95% | 0.38% | - |
| XYZ | 6.09 | 9.14 | 11.12 | - |
| YUV | 68.11 | 140.35 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 90 | 0.95 | 0 | 0.06 | 0.62 | 176.04 | 0.9 | 0.2 |
| Hex | 5 | 60 | 5A | 5F | 0 | 6 | 3E | B0 | 5A | 14 |
| Octal | 5 | 140 | 132 | 137 | 0 | 6 | 76 | 260 | 132 | 24 |
| Binary | 101 | 1100000 | 1011010 | 1011111 | 0 | 110 | 111110 | 10110000 | 1011010 | 10100 |
Color Harmonies of #05605A
Complementary color
Monochromatic Colors of #05605A
Black with #05605A
Text Example
Text Example
White with #05605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05605A; }
p { color: rgb(5,96,90); }
H1.HeaderClassName
{
color: #05605A;
}
.AnyTagClassName
{
color: #05605A;
}
</style>
background-color css
<style>
a { background-color: #05605A; }
a { background-color: rgb(5,96,90); }
div.DivClassName
{
background-color: #05605A;
}
.BgClassName
{
background-color: #05605A;
}
</style>
border-color css
<style>
span { border-color: #05605A; }
span { border-color: rgb(5,96,90); }
td.TdClassName
{
border-color: #05605A;
}
.TagClassName
{
border-color: #05605A;
}
</style>