Shades of Mosque #0A5D5C
Tints of Mosque #0A5D5C
RGB
CMYK
RGB Variations
Color information
#0A5D5C (or 0x0A5D5C) is known color: Mosque. HEX triplet: 0A, 5D and 5C. RGB value is (10,93,92). Sum of RGB (Red+Green+Blue) = 10+93+92=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #0A5D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5D5C is #F5A2A3. Grayscale: #434343. Windows color (decimal): -16097956 or 6053130. OLE color: 6053130.
HSL color Cylindrical-coordinate representation of color #0A5D5C: hue angle of 179.28º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5D5C is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 93 | 92 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.64 |
| HSL | 179.28º | 0.81% | 0.2% | - |
| HSV(B) | 179.28º | 0.89% | 0.36% | - |
| XYZ | 5.97 | 8.67 | 11.48 | - |
| YUV | 68.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 93 | 92 | 0.89 | 0 | 0.01 | 0.64 | 179.28 | 0.81 | 0.2 |
| Hex | A | 5D | 5C | 59 | 0 | 1 | 40 | B3 | 51 | 14 |
| Octal | 12 | 135 | 134 | 131 | 0 | 1 | 100 | 263 | 121 | 24 |
| Binary | 1010 | 1011101 | 1011100 | 1011001 | 0 | 1 | 1000000 | 10110011 | 1010001 | 10100 |
Color Harmonies of #0A5D5C
Complementary color
Monochromatic Colors of #0A5D5C
Black with #0A5D5C
Text Example
Text Example
White with #0A5D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5D5C; }
p { color: rgb(10,93,92); }
H1.HeaderClassName
{
color: #0A5D5C;
}
.AnyTagClassName
{
color: #0A5D5C;
}
</style>
background-color css
<style>
a { background-color: #0A5D5C; }
a { background-color: rgb(10,93,92); }
div.DivClassName
{
background-color: #0A5D5C;
}
.BgClassName
{
background-color: #0A5D5C;
}
</style>
border-color css
<style>
span { border-color: #0A5D5C; }
span { border-color: rgb(10,93,92); }
td.TdClassName
{
border-color: #0A5D5C;
}
.TagClassName
{
border-color: #0A5D5C;
}
</style>