Shades of Mosque #05605D
Tints of Mosque #05605D
RGB
CMYK
RGB Variations
Color information
#05605D (or 0x05605D) is known color: Mosque. HEX triplet: 05, 60 and 5D. RGB value is (5,96,93). Sum of RGB (Red+Green+Blue) = 5+96+93=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #05605D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05605D is #FA9FA2. Grayscale: #444444. Windows color (decimal): -16424867 or 6119429. OLE color: 6119429.
HSL color Cylindrical-coordinate representation of color #05605D: hue angle of 178.02º 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 #05605D is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 96 | 93 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.62 |
| HSL | 178.02º | 0.9% | 0.2% | - |
| HSV(B) | 178.02º | 0.95% | 0.38% | - |
| XYZ | 6.22 | 9.19 | 11.8 | - |
| YUV | 68.45 | 141.85 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 93 | 0.95 | 0 | 0.03 | 0.62 | 178.02 | 0.9 | 0.2 |
| Hex | 5 | 60 | 5D | 5F | 0 | 3 | 3E | B2 | 5A | 14 |
| Octal | 5 | 140 | 135 | 137 | 0 | 3 | 76 | 262 | 132 | 24 |
| Binary | 101 | 1100000 | 1011101 | 1011111 | 0 | 11 | 111110 | 10110010 | 1011010 | 10100 |
Color Harmonies of #05605D
Complementary color
Monochromatic Colors of #05605D
Black with #05605D
Text Example
Text Example
White with #05605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05605D; }
p { color: rgb(5,96,93); }
H1.HeaderClassName
{
color: #05605D;
}
.AnyTagClassName
{
color: #05605D;
}
</style>
background-color css
<style>
a { background-color: #05605D; }
a { background-color: rgb(5,96,93); }
div.DivClassName
{
background-color: #05605D;
}
.BgClassName
{
background-color: #05605D;
}
</style>
border-color css
<style>
span { border-color: #05605D; }
span { border-color: rgb(5,96,93); }
td.TdClassName
{
border-color: #05605D;
}
.TagClassName
{
border-color: #05605D;
}
</style>