Shades of Mosque #05625D
Tints of Mosque #05625D
RGB
CMYK
RGB Variations
Color information
#05625D (or 0x05625D) is known color: Mosque. HEX triplet: 05, 62 and 5D. RGB value is (5,98,93). Sum of RGB (Red+Green+Blue) = 5+98+93=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #05625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05625D is #FA9DA2. Grayscale: #454545. Windows color (decimal): -16424355 or 6119941. OLE color: 6119941.
HSL color Cylindrical-coordinate representation of color #05625D: hue angle of 176.77º 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 #05625D is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 98 | 93 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.62 |
| HSL | 176.77º | 0.9% | 0.2% | - |
| HSV(B) | 176.77º | 0.95% | 0.38% | - |
| XYZ | 6.41 | 9.56 | 11.86 | - |
| YUV | 69.62 | 141.19 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 98 | 93 | 0.95 | 0 | 0.05 | 0.62 | 176.77 | 0.9 | 0.2 |
| Hex | 5 | 62 | 5D | 5F | 0 | 5 | 3E | B1 | 5A | 14 |
| Octal | 5 | 142 | 135 | 137 | 0 | 5 | 76 | 261 | 132 | 24 |
| Binary | 101 | 1100010 | 1011101 | 1011111 | 0 | 101 | 111110 | 10110001 | 1011010 | 10100 |
Color Harmonies of #05625D
Complementary color
Monochromatic Colors of #05625D
Black with #05625D
Text Example
Text Example
White with #05625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05625D; }
p { color: rgb(5,98,93); }
H1.HeaderClassName
{
color: #05625D;
}
.AnyTagClassName
{
color: #05625D;
}
</style>
background-color css
<style>
a { background-color: #05625D; }
a { background-color: rgb(5,98,93); }
div.DivClassName
{
background-color: #05625D;
}
.BgClassName
{
background-color: #05625D;
}
</style>
border-color css
<style>
span { border-color: #05625D; }
span { border-color: rgb(5,98,93); }
td.TdClassName
{
border-color: #05625D;
}
.TagClassName
{
border-color: #05625D;
}
</style>