Shades of Mosque #095A5E
Tints of Mosque #095A5E
RGB
CMYK
RGB Variations
Color information
#095A5E (or 0x095A5E) is known color: Mosque. HEX triplet: 09, 5A and 5E. RGB value is (9,90,94). Sum of RGB (Red+Green+Blue) = 9+90+94=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #095A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A5E is #F6A5A1. Grayscale: #424242. Windows color (decimal): -16164258 or 6183433. OLE color: 6183433.
HSL color Cylindrical-coordinate representation of color #095A5E: hue angle of 182.82º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A5E is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 9 | 90 | 94 | - |
CMYK | 0.90 | 0.04 | 0 | 0.63 |
HSL | 182.82º | 0.83% | 0.2% | - |
HSV(B) | 182.82º | 0.9% | 0.37% | - |
XYZ | 5.79 | 8.18 | 11.86 | - |
YUV | 66.24 | 143.66 | 87.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 90 | 94 | 0.90 | 0.04 | 0 | 0.63 | 182.82 | 0.83 | 0.2 |
Hex | 9 | 5A | 5E | 5A | 4 | 0 | 3F | B7 | 53 | 14 |
Octal | 11 | 132 | 136 | 132 | 4 | 0 | 77 | 267 | 123 | 24 |
Binary | 1001 | 1011010 | 1011110 | 1011010 | 100 | 0 | 111111 | 10110111 | 1010011 | 10100 |
Color Harmonies of #095A5E
Complementary color
Monochromatic Colors of #095A5E
Black with #095A5E
Text Example
Text Example
White with #095A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A5E; }
p { color: rgb(9,90,94); }
H1.HeaderClassName
{
color: #095A5E;
}
.AnyTagClassName
{
color: #095A5E;
}
</style>
background-color css
<style>
a { background-color: #095A5E; }
a { background-color: rgb(9,90,94); }
div.DivClassName
{
background-color: #095A5E;
}
.BgClassName
{
background-color: #095A5E;
}
</style>
border-color css
<style>
span { border-color: #095A5E; }
span { border-color: rgb(9,90,94); }
td.TdClassName
{
border-color: #095A5E;
}
.TagClassName
{
border-color: #095A5E;
}
</style>