Shades of Mosque #095A61
Tints of Mosque #095A61
RGB
CMYK
RGB Variations
Color information
#095A61 (or 0x095A61) is known color: Mosque. HEX triplet: 09, 5A and 61. RGB value is (9,90,97). Sum of RGB (Red+Green+Blue) = 9+90+97=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #095A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A61 is #F6A59E. Grayscale: #424242. Windows color (decimal): -16164255 or 6380041. OLE color: 6380041.
HSL color Cylindrical-coordinate representation of color #095A61: hue angle of 184.77º 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 #095A61 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 90 | 97 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.62 |
| HSL | 184.77º | 0.83% | 0.21% | - |
| HSV(B) | 184.77º | 0.91% | 0.38% | - |
| XYZ | 5.93 | 8.23 | 12.59 | - |
| YUV | 66.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 97 | 0.91 | 0.07 | 0 | 0.62 | 184.77 | 0.83 | 0.21 |
| Hex | 9 | 5A | 61 | 5B | 7 | 0 | 3E | B9 | 53 | 15 |
| Octal | 11 | 132 | 141 | 133 | 7 | 0 | 76 | 271 | 123 | 25 |
| Binary | 1001 | 1011010 | 1100001 | 1011011 | 111 | 0 | 111110 | 10111001 | 1010011 | 10101 |
Color Harmonies of #095A61
Complementary color
Monochromatic Colors of #095A61
Black with #095A61
Text Example
Text Example
White with #095A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A61; }
p { color: rgb(9,90,97); }
H1.HeaderClassName
{
color: #095A61;
}
.AnyTagClassName
{
color: #095A61;
}
</style>
background-color css
<style>
a { background-color: #095A61; }
a { background-color: rgb(9,90,97); }
div.DivClassName
{
background-color: #095A61;
}
.BgClassName
{
background-color: #095A61;
}
</style>
border-color css
<style>
span { border-color: #095A61; }
span { border-color: rgb(9,90,97); }
td.TdClassName
{
border-color: #095A61;
}
.TagClassName
{
border-color: #095A61;
}
</style>