Shades of Mosque #095D5C
Tints of Mosque #095D5C
RGB
CMYK
RGB Variations
Color information
#095D5C (or 0x095D5C) is known color: Mosque. HEX triplet: 09, 5D and 5C. RGB value is (9,93,92). Sum of RGB (Red+Green+Blue) = 9+93+92=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #095D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D5C is #F6A2A3. Grayscale: #434343. Windows color (decimal): -16163492 or 6053129. OLE color: 6053129.
HSL color Cylindrical-coordinate representation of color #095D5C: hue angle of 179.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D5C is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 92 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.64 |
| HSL | 179.29º | 0.82% | 0.2% | - |
| HSV(B) | 179.29º | 0.9% | 0.36% | - |
| XYZ | 5.96 | 8.66 | 11.48 | - |
| YUV | 67.77 | 141.67 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 92 | 0.90 | 0 | 0.01 | 0.64 | 179.29 | 0.82 | 0.2 |
| Hex | 9 | 5D | 5C | 5A | 0 | 1 | 40 | B3 | 52 | 14 |
| Octal | 11 | 135 | 134 | 132 | 0 | 1 | 100 | 263 | 122 | 24 |
| Binary | 1001 | 1011101 | 1011100 | 1011010 | 0 | 1 | 1000000 | 10110011 | 1010010 | 10100 |
Color Harmonies of #095D5C
Complementary color
Monochromatic Colors of #095D5C
Black with #095D5C
Text Example
Text Example
White with #095D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D5C; }
p { color: rgb(9,93,92); }
H1.HeaderClassName
{
color: #095D5C;
}
.AnyTagClassName
{
color: #095D5C;
}
</style>
background-color css
<style>
a { background-color: #095D5C; }
a { background-color: rgb(9,93,92); }
div.DivClassName
{
background-color: #095D5C;
}
.BgClassName
{
background-color: #095D5C;
}
</style>
border-color css
<style>
span { border-color: #095D5C; }
span { border-color: rgb(9,93,92); }
td.TdClassName
{
border-color: #095D5C;
}
.TagClassName
{
border-color: #095D5C;
}
</style>