Shades of Mosque #095C61
Tints of Mosque #095C61
RGB
CMYK
RGB Variations
Color information
#095C61 (or 0x095C61) is known color: Mosque. HEX triplet: 09, 5C and 61. RGB value is (9,92,97). Sum of RGB (Red+Green+Blue) = 9+92+97=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #095C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C61 is #F6A39E. Grayscale: #434343. Windows color (decimal): -16163743 or 6380553. OLE color: 6380553.
HSL color Cylindrical-coordinate representation of color #095C61: hue angle of 183.41º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095C61 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 92 | 97 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.62 |
| HSL | 183.41º | 0.83% | 0.21% | - |
| HSV(B) | 183.41º | 0.91% | 0.38% | - |
| XYZ | 6.1 | 8.58 | 12.64 | - |
| YUV | 67.75 | 144.5 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 97 | 0.91 | 0.05 | 0 | 0.62 | 183.41 | 0.83 | 0.21 |
| Hex | 9 | 5C | 61 | 5B | 5 | 0 | 3E | B7 | 53 | 15 |
| Octal | 11 | 134 | 141 | 133 | 5 | 0 | 76 | 267 | 123 | 25 |
| Binary | 1001 | 1011100 | 1100001 | 1011011 | 101 | 0 | 111110 | 10110111 | 1010011 | 10101 |
Color Harmonies of #095C61
Complementary color
Monochromatic Colors of #095C61
Black with #095C61
Text Example
Text Example
White with #095C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C61; }
p { color: rgb(9,92,97); }
H1.HeaderClassName
{
color: #095C61;
}
.AnyTagClassName
{
color: #095C61;
}
</style>
background-color css
<style>
a { background-color: #095C61; }
a { background-color: rgb(9,92,97); }
div.DivClassName
{
background-color: #095C61;
}
.BgClassName
{
background-color: #095C61;
}
</style>
border-color css
<style>
span { border-color: #095C61; }
span { border-color: rgb(9,92,97); }
td.TdClassName
{
border-color: #095C61;
}
.TagClassName
{
border-color: #095C61;
}
</style>