Shades of Mosque #095A62
Tints of Mosque #095A62
RGB
CMYK
RGB Variations
Color information
#095A62 (or 0x095A62) is known color: Mosque. HEX triplet: 09, 5A and 62. RGB value is (9,90,98). Sum of RGB (Red+Green+Blue) = 9+90+98=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #095A62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A62 is #F6A59D. Grayscale: #424242. Windows color (decimal): -16164254 or 6445577. OLE color: 6445577.
HSL color Cylindrical-coordinate representation of color #095A62: hue angle of 185.39º 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 #095A62 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 90 | 98 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.62 |
| HSL | 185.39º | 0.83% | 0.21% | - |
| HSV(B) | 185.39º | 0.91% | 0.38% | - |
| XYZ | 5.97 | 8.25 | 12.83 | - |
| YUV | 66.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 98 | 0.91 | 0.08 | 0 | 0.62 | 185.39 | 0.83 | 0.21 |
| Hex | 9 | 5A | 62 | 5B | 8 | 0 | 3E | B9 | 53 | 15 |
| Octal | 11 | 132 | 142 | 133 | 10 | 0 | 76 | 271 | 123 | 25 |
| Binary | 1001 | 1011010 | 1100010 | 1011011 | 1000 | 0 | 111110 | 10111001 | 1010011 | 10101 |
Color Harmonies of #095A62
Complementary color
Monochromatic Colors of #095A62
Black with #095A62
Text Example
Text Example
White with #095A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A62; }
p { color: rgb(9,90,98); }
H1.HeaderClassName
{
color: #095A62;
}
.AnyTagClassName
{
color: #095A62;
}
</style>
background-color css
<style>
a { background-color: #095A62; }
a { background-color: rgb(9,90,98); }
div.DivClassName
{
background-color: #095A62;
}
.BgClassName
{
background-color: #095A62;
}
</style>
border-color css
<style>
span { border-color: #095A62; }
span { border-color: rgb(9,90,98); }
td.TdClassName
{
border-color: #095A62;
}
.TagClassName
{
border-color: #095A62;
}
</style>