Shades of Mosque #095B53
Tints of Mosque #095B53
RGB
CMYK
RGB Variations
Color information
#095B53 (or 0x095B53) is known color: Mosque. HEX triplet: 09, 5B and 53. RGB value is (9,91,83). Sum of RGB (Red+Green+Blue) = 9+91+83=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #095B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B53 is #F6A4AC. Grayscale: #414141. Windows color (decimal): -16164013 or 5462793. OLE color: 5462793.
HSL color Cylindrical-coordinate representation of color #095B53: hue angle of 174.15º 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 #095B53 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 91 | 83 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.64 |
| HSL | 174.15º | 0.82% | 0.2% | - |
| HSV(B) | 174.15º | 0.9% | 0.36% | - |
| XYZ | 5.42 | 8.16 | 9.47 | - |
| YUV | 65.57 | 137.83 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 83 | 0.90 | 0 | 0.09 | 0.64 | 174.15 | 0.82 | 0.2 |
| Hex | 9 | 5B | 53 | 5A | 0 | 9 | 40 | AE | 52 | 14 |
| Octal | 11 | 133 | 123 | 132 | 0 | 11 | 100 | 256 | 122 | 24 |
| Binary | 1001 | 1011011 | 1010011 | 1011010 | 0 | 1001 | 1000000 | 10101110 | 1010010 | 10100 |
Color Harmonies of #095B53
Complementary color
Monochromatic Colors of #095B53
Black with #095B53
Text Example
Text Example
White with #095B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095B53; }
p { color: rgb(9,91,83); }
H1.HeaderClassName
{
color: #095B53;
}
.AnyTagClassName
{
color: #095B53;
}
</style>
background-color css
<style>
a { background-color: #095B53; }
a { background-color: rgb(9,91,83); }
div.DivClassName
{
background-color: #095B53;
}
.BgClassName
{
background-color: #095B53;
}
</style>
border-color css
<style>
span { border-color: #095B53; }
span { border-color: rgb(9,91,83); }
td.TdClassName
{
border-color: #095B53;
}
.TagClassName
{
border-color: #095B53;
}
</style>