Shades of Mosque #025C5E
Tints of Mosque #025C5E
RGB
CMYK
RGB Variations
Color information
#025C5E (or 0x025C5E) is known color: Mosque. HEX triplet: 02, 5C and 5E. RGB value is (2,92,94). Sum of RGB (Red+Green+Blue) = 2+92+94=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #025C5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C5E is #FDA3A1. Grayscale: #414141. Windows color (decimal): -16622498 or 6183938. OLE color: 6183938.
HSL color Cylindrical-coordinate representation of color #025C5E: hue angle of 181.3º 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 #025C5E is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 2 | 92 | 94 | - |
CMYK | 0.98 | 0.02 | 0 | 0.63 |
HSL | 181.3º | 0.96% | 0.19% | - |
HSV(B) | 181.3º | 0.98% | 0.37% | - |
XYZ | 5.87 | 8.48 | 11.92 | - |
YUV | 65.32 | 144.18 | 82.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 92 | 94 | 0.98 | 0.02 | 0 | 0.63 | 181.3 | 0.96 | 0.19 |
Hex | 2 | 5C | 5E | 62 | 2 | 0 | 3F | B5 | 60 | 13 |
Octal | 2 | 134 | 136 | 142 | 2 | 0 | 77 | 265 | 140 | 23 |
Binary | 10 | 1011100 | 1011110 | 1100010 | 10 | 0 | 111111 | 10110101 | 1100000 | 10011 |
Color Harmonies of #025C5E
Complementary color
Monochromatic Colors of #025C5E
Black with #025C5E
Text Example
Text Example
White with #025C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025C5E; }
p { color: rgb(2,92,94); }
H1.HeaderClassName
{
color: #025C5E;
}
.AnyTagClassName
{
color: #025C5E;
}
</style>
background-color css
<style>
a { background-color: #025C5E; }
a { background-color: rgb(2,92,94); }
div.DivClassName
{
background-color: #025C5E;
}
.BgClassName
{
background-color: #025C5E;
}
</style>
border-color css
<style>
span { border-color: #025C5E; }
span { border-color: rgb(2,92,94); }
td.TdClassName
{
border-color: #025C5E;
}
.TagClassName
{
border-color: #025C5E;
}
</style>