Shades of Mosque #095A5A
Tints of Mosque #095A5A
RGB
CMYK
RGB Variations
Color information
#095A5A (or 0x095A5A) is known color: Mosque. HEX triplet: 09, 5A and 5A. RGB value is (9,90,90). Sum of RGB (Red+Green+Blue) = 9+90+90=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #095A5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A5A is #F6A5A5. Grayscale: #414141. Windows color (decimal): -16164262 or 5921289. OLE color: 5921289.
HSL color Cylindrical-coordinate representation of color #095A5A: hue angle of 180º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A5A is Cyan = 0.9, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 90 | - |
| CMYK | 0.9 | 0 | 0 | 0.65 |
| HSL | 180º | 0.82% | 0.19% | - |
| HSV(B) | 180º | 0.9% | 0.35% | - |
| XYZ | 5.61 | 8.11 | 10.94 | - |
| YUV | 65.78 | 141.66 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 90 | 0.9 | 0 | 0 | 0.65 | 180 | 0.82 | 0.19 |
| Hex | 9 | 5A | 5A | 5A | 0 | 0 | 41 | B4 | 52 | 13 |
| Octal | 11 | 132 | 132 | 132 | 0 | 0 | 101 | 264 | 122 | 23 |
| Binary | 1001 | 1011010 | 1011010 | 1011010 | 0 | 0 | 1000001 | 10110100 | 1010010 | 10011 |
Color Harmonies of #095A5A
Complementary color
Monochromatic Colors of #095A5A
Black with #095A5A
Text Example
Text Example
White with #095A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A5A; }
p { color: rgb(9,90,90); }
H1.HeaderClassName
{
color: #095A5A;
}
.AnyTagClassName
{
color: #095A5A;
}
</style>
background-color css
<style>
a { background-color: #095A5A; }
a { background-color: rgb(9,90,90); }
div.DivClassName
{
background-color: #095A5A;
}
.BgClassName
{
background-color: #095A5A;
}
</style>
border-color css
<style>
span { border-color: #095A5A; }
span { border-color: rgb(9,90,90); }
td.TdClassName
{
border-color: #095A5A;
}
.TagClassName
{
border-color: #095A5A;
}
</style>