Shades of Mosque #05605F
Tints of Mosque #05605F
RGB
CMYK
RGB Variations
Color information
#05605F (or 0x05605F) is known color: Mosque. HEX triplet: 05, 60 and 5F. RGB value is (5,96,95). Sum of RGB (Red+Green+Blue) = 5+96+95=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #05605F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05605F is #FA9FA0. Grayscale: #444444. Windows color (decimal): -16424865 or 6250501. OLE color: 6250501.
HSL color Cylindrical-coordinate representation of color #05605F: hue angle of 179.34º 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 #05605F is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 96 | 95 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.62 |
| HSL | 179.34º | 0.9% | 0.2% | - |
| HSV(B) | 179.34º | 0.95% | 0.38% | - |
| XYZ | 6.31 | 9.22 | 12.27 | - |
| YUV | 68.68 | 142.85 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 95 | 0.95 | 0 | 0.01 | 0.62 | 179.34 | 0.9 | 0.2 |
| Hex | 5 | 60 | 5F | 5F | 0 | 1 | 3E | B3 | 5A | 14 |
| Octal | 5 | 140 | 137 | 137 | 0 | 1 | 76 | 263 | 132 | 24 |
| Binary | 101 | 1100000 | 1011111 | 1011111 | 0 | 1 | 111110 | 10110011 | 1011010 | 10100 |
Color Harmonies of #05605F
Complementary color
Monochromatic Colors of #05605F
Black with #05605F
Text Example
Text Example
White with #05605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05605F; }
p { color: rgb(5,96,95); }
H1.HeaderClassName
{
color: #05605F;
}
.AnyTagClassName
{
color: #05605F;
}
</style>
background-color css
<style>
a { background-color: #05605F; }
a { background-color: rgb(5,96,95); }
div.DivClassName
{
background-color: #05605F;
}
.BgClassName
{
background-color: #05605F;
}
</style>
border-color css
<style>
span { border-color: #05605F; }
span { border-color: rgb(5,96,95); }
td.TdClassName
{
border-color: #05605F;
}
.TagClassName
{
border-color: #05605F;
}
</style>