Shades of Mosque #05585D
Tints of Mosque #05585D
RGB
CMYK
RGB Variations
Color information
#05585D (or 0x05585D) is known color: Mosque. HEX triplet: 05, 58 and 5D. RGB value is (5,88,93). Sum of RGB (Red+Green+Blue) = 5+88+93=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #05585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05585D is #FAA7A2. Grayscale: #3F3F3F. Windows color (decimal): -16426915 or 6117381. OLE color: 6117381.
HSL color Cylindrical-coordinate representation of color #05585D: hue angle of 183.41º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05585D is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 88 | 93 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.64 |
| HSL | 183.41º | 0.9% | 0.19% | - |
| HSV(B) | 183.41º | 0.95% | 0.36% | - |
| XYZ | 5.53 | 7.8 | 11.57 | - |
| YUV | 63.75 | 144.5 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 93 | 0.95 | 0.05 | 0 | 0.64 | 183.41 | 0.9 | 0.19 |
| Hex | 5 | 58 | 5D | 5F | 5 | 0 | 40 | B7 | 5A | 13 |
| Octal | 5 | 130 | 135 | 137 | 5 | 0 | 100 | 267 | 132 | 23 |
| Binary | 101 | 1011000 | 1011101 | 1011111 | 101 | 0 | 1000000 | 10110111 | 1011010 | 10011 |
Color Harmonies of #05585D
Complementary color
Monochromatic Colors of #05585D
Black with #05585D
Text Example
Text Example
White with #05585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05585D; }
p { color: rgb(5,88,93); }
H1.HeaderClassName
{
color: #05585D;
}
.AnyTagClassName
{
color: #05585D;
}
</style>
background-color css
<style>
a { background-color: #05585D; }
a { background-color: rgb(5,88,93); }
div.DivClassName
{
background-color: #05585D;
}
.BgClassName
{
background-color: #05585D;
}
</style>
border-color css
<style>
span { border-color: #05585D; }
span { border-color: rgb(5,88,93); }
td.TdClassName
{
border-color: #05585D;
}
.TagClassName
{
border-color: #05585D;
}
</style>