Shades of Mosque #095C58
Tints of Mosque #095C58
RGB
CMYK
RGB Variations
Color information
#095C58 (or 0x095C58) is known color: Mosque. HEX triplet: 09, 5C and 58. RGB value is (9,92,88). Sum of RGB (Red+Green+Blue) = 9+92+88=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #095C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C58 is #F6A3A7. Grayscale: #424242. Windows color (decimal): -16163752 or 5790729. OLE color: 5790729.
HSL color Cylindrical-coordinate representation of color #095C58: hue angle of 177.11º 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 #095C58 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 92 | 88 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.64 |
| HSL | 177.11º | 0.82% | 0.2% | - |
| HSV(B) | 177.11º | 0.9% | 0.36% | - |
| XYZ | 5.7 | 8.42 | 10.56 | - |
| YUV | 66.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 88 | 0.90 | 0 | 0.04 | 0.64 | 177.11 | 0.82 | 0.2 |
| Hex | 9 | 5C | 58 | 5A | 0 | 4 | 40 | B1 | 52 | 14 |
| Octal | 11 | 134 | 130 | 132 | 0 | 4 | 100 | 261 | 122 | 24 |
| Binary | 1001 | 1011100 | 1011000 | 1011010 | 0 | 100 | 1000000 | 10110001 | 1010010 | 10100 |
Color Harmonies of #095C58
Complementary color
Monochromatic Colors of #095C58
Black with #095C58
Text Example
Text Example
White with #095C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C58; }
p { color: rgb(9,92,88); }
H1.HeaderClassName
{
color: #095C58;
}
.AnyTagClassName
{
color: #095C58;
}
</style>
background-color css
<style>
a { background-color: #095C58; }
a { background-color: rgb(9,92,88); }
div.DivClassName
{
background-color: #095C58;
}
.BgClassName
{
background-color: #095C58;
}
</style>
border-color css
<style>
span { border-color: #095C58; }
span { border-color: rgb(9,92,88); }
td.TdClassName
{
border-color: #095C58;
}
.TagClassName
{
border-color: #095C58;
}
</style>