Shades of Mosque #095B5C
Tints of Mosque #095B5C
RGB
CMYK
RGB Variations
Color information
#095B5C (or 0x095B5C) is known color: Mosque. HEX triplet: 09, 5B and 5C. RGB value is (9,91,92). Sum of RGB (Red+Green+Blue) = 9+91+92=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #095B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B5C is #F6A4A3. Grayscale: #424242. Windows color (decimal): -16164004 or 6052617. OLE color: 6052617.
HSL color Cylindrical-coordinate representation of color #095B5C: hue angle of 180.72º 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 #095B5C is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 91 | 92 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.64 |
| HSL | 180.72º | 0.82% | 0.2% | - |
| HSV(B) | 180.72º | 0.9% | 0.36% | - |
| XYZ | 5.79 | 8.31 | 11.42 | - |
| YUV | 66.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 92 | 0.90 | 0.01 | 0 | 0.64 | 180.72 | 0.82 | 0.2 |
| Hex | 9 | 5B | 5C | 5A | 1 | 0 | 40 | B5 | 52 | 14 |
| Octal | 11 | 133 | 134 | 132 | 1 | 0 | 100 | 265 | 122 | 24 |
| Binary | 1001 | 1011011 | 1011100 | 1011010 | 1 | 0 | 1000000 | 10110101 | 1010010 | 10100 |
Color Harmonies of #095B5C
Complementary color
Monochromatic Colors of #095B5C
Black with #095B5C
Text Example
Text Example
White with #095B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095B5C; }
p { color: rgb(9,91,92); }
H1.HeaderClassName
{
color: #095B5C;
}
.AnyTagClassName
{
color: #095B5C;
}
</style>
background-color css
<style>
a { background-color: #095B5C; }
a { background-color: rgb(9,91,92); }
div.DivClassName
{
background-color: #095B5C;
}
.BgClassName
{
background-color: #095B5C;
}
</style>
border-color css
<style>
span { border-color: #095B5C; }
span { border-color: rgb(9,91,92); }
td.TdClassName
{
border-color: #095B5C;
}
.TagClassName
{
border-color: #095B5C;
}
</style>