Shades of Mosque #025E5A
Tints of Mosque #025E5A
RGB
CMYK
RGB Variations
Color information
#025E5A (or 0x025E5A) is known color: Mosque. HEX triplet: 02, 5E and 5A. RGB value is (2,94,90). Sum of RGB (Red+Green+Blue) = 2+94+90=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 94 (37.11% from 255 or 50.54% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 94 - color contains mainly: green. Hex color #025E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025E5A is #FDA1A5. Grayscale: #414141. Windows color (decimal): -16621990 or 5922306. OLE color: 5922306.
HSL color Cylindrical-coordinate representation of color #025E5A: hue angle of 177.39º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E5A is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 94 | 90 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.63 |
| HSL | 177.39º | 0.96% | 0.19% | - |
| HSV(B) | 177.39º | 0.98% | 0.37% | - |
| XYZ | 5.87 | 8.76 | 11.05 | - |
| YUV | 66.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 94 | 90 | 0.98 | 0 | 0.04 | 0.63 | 177.39 | 0.96 | 0.19 |
| Hex | 2 | 5E | 5A | 62 | 0 | 4 | 3F | B1 | 60 | 13 |
| Octal | 2 | 136 | 132 | 142 | 0 | 4 | 77 | 261 | 140 | 23 |
| Binary | 10 | 1011110 | 1011010 | 1100010 | 0 | 100 | 111111 | 10110001 | 1100000 | 10011 |
Color Harmonies of #025E5A
Complementary color
Monochromatic Colors of #025E5A
Black with #025E5A
Text Example
Text Example
White with #025E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025E5A; }
p { color: rgb(2,94,90); }
H1.HeaderClassName
{
color: #025E5A;
}
.AnyTagClassName
{
color: #025E5A;
}
</style>
background-color css
<style>
a { background-color: #025E5A; }
a { background-color: rgb(2,94,90); }
div.DivClassName
{
background-color: #025E5A;
}
.BgClassName
{
background-color: #025E5A;
}
</style>
border-color css
<style>
span { border-color: #025E5A; }
span { border-color: rgb(2,94,90); }
td.TdClassName
{
border-color: #025E5A;
}
.TagClassName
{
border-color: #025E5A;
}
</style>