Shades of Mosque #095F52
Tints of Mosque #095F52
RGB
CMYK
RGB Variations
Color information
#095F52 (or 0x095F52) is known color: Mosque. HEX triplet: 09, 5F and 52. RGB value is (9,95,82). Sum of RGB (Red+Green+Blue) = 9+95+82=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #095F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F52 is #F6A0AD. Grayscale: #434343. Windows color (decimal): -16162990 or 5398281. OLE color: 5398281.
HSL color Cylindrical-coordinate representation of color #095F52: hue angle of 170.93º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F52 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 82 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.63 |
| HSL | 170.93º | 0.83% | 0.2% | - |
| HSV(B) | 170.93º | 0.91% | 0.37% | - |
| XYZ | 5.73 | 8.85 | 9.39 | - |
| YUV | 67.8 | 136.01 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 82 | 0.91 | 0 | 0.14 | 0.63 | 170.93 | 0.83 | 0.2 |
| Hex | 9 | 5F | 52 | 5B | 0 | E | 3F | AB | 53 | 14 |
| Octal | 11 | 137 | 122 | 133 | 0 | 16 | 77 | 253 | 123 | 24 |
| Binary | 1001 | 1011111 | 1010010 | 1011011 | 0 | 1110 | 111111 | 10101011 | 1010011 | 10100 |
Color Harmonies of #095F52
Complementary color
Monochromatic Colors of #095F52
Black with #095F52
Text Example
Text Example
White with #095F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F52; }
p { color: rgb(9,95,82); }
H1.HeaderClassName
{
color: #095F52;
}
.AnyTagClassName
{
color: #095F52;
}
</style>
background-color css
<style>
a { background-color: #095F52; }
a { background-color: rgb(9,95,82); }
div.DivClassName
{
background-color: #095F52;
}
.BgClassName
{
background-color: #095F52;
}
</style>
border-color css
<style>
span { border-color: #095F52; }
span { border-color: rgb(9,95,82); }
td.TdClassName
{
border-color: #095F52;
}
.TagClassName
{
border-color: #095F52;
}
</style>