Shades of Mosque #02555C
Tints of Mosque #02555C
RGB
CMYK
RGB Variations
Color information
#02555C (or 0x02555C) is known color: Mosque. HEX triplet: 02, 55 and 5C. RGB value is (2,85,92). Sum of RGB (Red+Green+Blue) = 2+85+92=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #02555C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02555C is #FDAAA3. Grayscale: #3C3C3C. Windows color (decimal): -16624292 or 6051074. OLE color: 6051074.
HSL color Cylindrical-coordinate representation of color #02555C: hue angle of 184.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02555C is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 85 | 92 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.64 |
| HSL | 184.67º | 0.96% | 0.18% | - |
| HSV(B) | 184.67º | 0.98% | 0.36% | - |
| XYZ | 5.21 | 7.28 | 11.26 | - |
| YUV | 60.98 | 145.5 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 85 | 92 | 0.98 | 0.08 | 0 | 0.64 | 184.67 | 0.96 | 0.18 |
| Hex | 2 | 55 | 5C | 62 | 8 | 0 | 40 | B9 | 60 | 12 |
| Octal | 2 | 125 | 134 | 142 | 10 | 0 | 100 | 271 | 140 | 22 |
| Binary | 10 | 1010101 | 1011100 | 1100010 | 1000 | 0 | 1000000 | 10111001 | 1100000 | 10010 |
Color Harmonies of #02555C
Complementary color
Monochromatic Colors of #02555C
Black with #02555C
Text Example
Text Example
White with #02555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02555C; }
p { color: rgb(2,85,92); }
H1.HeaderClassName
{
color: #02555C;
}
.AnyTagClassName
{
color: #02555C;
}
</style>
background-color css
<style>
a { background-color: #02555C; }
a { background-color: rgb(2,85,92); }
div.DivClassName
{
background-color: #02555C;
}
.BgClassName
{
background-color: #02555C;
}
</style>
border-color css
<style>
span { border-color: #02555C; }
span { border-color: rgb(2,85,92); }
td.TdClassName
{
border-color: #02555C;
}
.TagClassName
{
border-color: #02555C;
}
</style>