Shades of Mosque #005D5E
Tints of Mosque #005D5E
RGB
CMYK
RGB Variations
Color information
#005D5E (or 0x005D5E) is known color: Mosque. HEX triplet: 00, 5D and 5E. RGB value is (0,93,94). Sum of RGB (Red+Green+Blue) = 0+93+94=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 93 (36.72% from 255 or 49.73% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #005D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D5E is #FFA2A1. Grayscale: #414141. Windows color (decimal): -16753314 or 6184192. OLE color: 6184192.
HSL color Cylindrical-coordinate representation of color #005D5E: hue angle of 180.64º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D5E is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 0 | 93 | 94 | - |
CMYK | 1 | 0.01 | 0 | 0.63 |
HSL | 180.64º | 1% | 0.18% | - |
HSV(B) | 180.64º | 1% | 0.37% | - |
XYZ | 5.93 | 8.64 | 11.94 | - |
YUV | 65.31 | 144.19 | 81.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 93 | 94 | 1 | 0.01 | 0 | 0.63 | 180.64 | 1 | 0.18 |
Hex | 0 | 5D | 5E | 64 | 1 | 0 | 3F | B5 | 64 | 12 |
Octal | 0 | 135 | 136 | 144 | 1 | 0 | 77 | 265 | 144 | 22 |
Binary | 0 | 1011101 | 1011110 | 1100100 | 1 | 0 | 111111 | 10110101 | 1100100 | 10010 |
Color Harmonies of #005D5E
Complementary color
Monochromatic Colors of #005D5E
Black with #005D5E
Text Example
Text Example
White with #005D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D5E; }
p { color: rgb(0,93,94); }
H1.HeaderClassName
{
color: #005D5E;
}
.AnyTagClassName
{
color: #005D5E;
}
</style>
background-color css
<style>
a { background-color: #005D5E; }
a { background-color: rgb(0,93,94); }
div.DivClassName
{
background-color: #005D5E;
}
.BgClassName
{
background-color: #005D5E;
}
</style>
border-color css
<style>
span { border-color: #005D5E; }
span { border-color: rgb(0,93,94); }
td.TdClassName
{
border-color: #005D5E;
}
.TagClassName
{
border-color: #005D5E;
}
</style>