Shades of Mosque #02584D
Tints of Mosque #02584D
RGB
CMYK
RGB Variations
Color information
#02584D (or 0x02584D) is known color: Mosque. HEX triplet: 02, 58 and 4D. RGB value is (2,88,77). Sum of RGB (Red+Green+Blue) = 2+88+77=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #02584D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02584D is #FDA7B2. Grayscale: #3C3C3C. Windows color (decimal): -16623539 or 5068802. OLE color: 5068802.
HSL color Cylindrical-coordinate representation of color #02584D: hue angle of 172.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02584D is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 88 | 77 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.65 |
| HSL | 172.33º | 0.96% | 0.18% | - |
| HSV(B) | 172.33º | 0.98% | 0.35% | - |
| XYZ | 4.85 | 7.53 | 8.22 | - |
| YUV | 61.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 88 | 77 | 0.98 | 0 | 0.12 | 0.65 | 172.33 | 0.96 | 0.18 |
| Hex | 2 | 58 | 4D | 62 | 0 | C | 41 | AC | 60 | 12 |
| Octal | 2 | 130 | 115 | 142 | 0 | 14 | 101 | 254 | 140 | 22 |
| Binary | 10 | 1011000 | 1001101 | 1100010 | 0 | 1100 | 1000001 | 10101100 | 1100000 | 10010 |
Color Harmonies of #02584D
Complementary color
Monochromatic Colors of #02584D
Black with #02584D
Text Example
Text Example
White with #02584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02584D; }
p { color: rgb(2,88,77); }
H1.HeaderClassName
{
color: #02584D;
}
.AnyTagClassName
{
color: #02584D;
}
</style>
background-color css
<style>
a { background-color: #02584D; }
a { background-color: rgb(2,88,77); }
div.DivClassName
{
background-color: #02584D;
}
.BgClassName
{
background-color: #02584D;
}
</style>
border-color css
<style>
span { border-color: #02584D; }
span { border-color: rgb(2,88,77); }
td.TdClassName
{
border-color: #02584D;
}
.TagClassName
{
border-color: #02584D;
}
</style>