Shades of Mosque #095D5D
Tints of Mosque #095D5D
RGB
CMYK
RGB Variations
Color information
#095D5D (or 0x095D5D) is known color: Mosque. HEX triplet: 09, 5D and 5D. RGB value is (9,93,93). Sum of RGB (Red+Green+Blue) = 9+93+93=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #095D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D5D is #F6A2A2. Grayscale: #434343. Windows color (decimal): -16163491 or 6118665. OLE color: 6118665.
HSL color Cylindrical-coordinate representation of color #095D5D: hue angle of 180º 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 #095D5D is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 93 | - |
| CMYK | 0.90 | 0 | 0 | 0.64 |
| HSL | 180º | 0.82% | 0.2% | - |
| HSV(B) | 180º | 0.9% | 0.36% | - |
| XYZ | 6 | 8.68 | 11.71 | - |
| YUV | 67.88 | 142.17 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 93 | 0.90 | 0 | 0 | 0.64 | 180 | 0.82 | 0.2 |
| Hex | 9 | 5D | 5D | 5A | 0 | 0 | 40 | B4 | 52 | 14 |
| Octal | 11 | 135 | 135 | 132 | 0 | 0 | 100 | 264 | 122 | 24 |
| Binary | 1001 | 1011101 | 1011101 | 1011010 | 0 | 0 | 1000000 | 10110100 | 1010010 | 10100 |
Color Harmonies of #095D5D
Complementary color
Monochromatic Colors of #095D5D
Black with #095D5D
Text Example
Text Example
White with #095D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D5D; }
p { color: rgb(9,93,93); }
H1.HeaderClassName
{
color: #095D5D;
}
.AnyTagClassName
{
color: #095D5D;
}
</style>
background-color css
<style>
a { background-color: #095D5D; }
a { background-color: rgb(9,93,93); }
div.DivClassName
{
background-color: #095D5D;
}
.BgClassName
{
background-color: #095D5D;
}
</style>
border-color css
<style>
span { border-color: #095D5D; }
span { border-color: rgb(9,93,93); }
td.TdClassName
{
border-color: #095D5D;
}
.TagClassName
{
border-color: #095D5D;
}
</style>