Shades of Mosque #00555A
Tints of Mosque #00555A
RGB
CMYK
RGB Variations
Color information
#00555A (or 0x00555A) is known color: Mosque. HEX triplet: 00, 55 and 5A. RGB value is (0,85,90). Sum of RGB (Red+Green+Blue) = 0+85+90=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #00555A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00555A is #FFAAA5. Grayscale: #3C3C3C. Windows color (decimal): -16755366 or 5920000. OLE color: 5920000.
HSL color Cylindrical-coordinate representation of color #00555A: hue angle of 183.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00555A is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 85 | 90 | - |
| CMYK | 1 | 0.06 | 0 | 0.65 |
| HSL | 183.33º | 1% | 0.18% | - |
| HSV(B) | 183.33º | 1% | 0.35% | - |
| XYZ | 5.09 | 7.24 | 10.8 | - |
| YUV | 60.16 | 144.84 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 90 | 1 | 0.06 | 0 | 0.65 | 183.33 | 1 | 0.18 |
| Hex | 0 | 55 | 5A | 64 | 6 | 0 | 41 | B7 | 64 | 12 |
| Octal | 0 | 125 | 132 | 144 | 6 | 0 | 101 | 267 | 144 | 22 |
| Binary | 0 | 1010101 | 1011010 | 1100100 | 110 | 0 | 1000001 | 10110111 | 1100100 | 10010 |
Color Harmonies of #00555A
Complementary color
Monochromatic Colors of #00555A
Black with #00555A
Text Example
Text Example
White with #00555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00555A; }
p { color: rgb(0,85,90); }
H1.HeaderClassName
{
color: #00555A;
}
.AnyTagClassName
{
color: #00555A;
}
</style>
background-color css
<style>
a { background-color: #00555A; }
a { background-color: rgb(0,85,90); }
div.DivClassName
{
background-color: #00555A;
}
.BgClassName
{
background-color: #00555A;
}
</style>
border-color css
<style>
span { border-color: #00555A; }
span { border-color: rgb(0,85,90); }
td.TdClassName
{
border-color: #00555A;
}
.TagClassName
{
border-color: #00555A;
}
</style>