Shades of Mosque #00555D
Tints of Mosque #00555D
RGB
CMYK
RGB Variations
Color information
#00555D (or 0x00555D) is known color: Mosque. HEX triplet: 00, 55 and 5D. RGB value is (0,85,93). Sum of RGB (Red+Green+Blue) = 0+85+93=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #00555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00555D is #FFAAA2. Grayscale: #3C3C3C. Windows color (decimal): -16755363 or 6116608. OLE color: 6116608.
HSL color Cylindrical-coordinate representation of color #00555D: hue angle of 185.16º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00555D is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 0 | 85 | 93 | - |
CMYK | 1 | 0.09 | 0 | 0.64 |
HSL | 185.16º | 1% | 0.18% | - |
HSV(B) | 185.16º | 1% | 0.36% | - |
XYZ | 5.22 | 7.29 | 11.49 | - |
YUV | 60.5 | 146.34 | 84.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 85 | 93 | 1 | 0.09 | 0 | 0.64 | 185.16 | 1 | 0.18 |
Hex | 0 | 55 | 5D | 64 | 9 | 0 | 40 | B9 | 64 | 12 |
Octal | 0 | 125 | 135 | 144 | 11 | 0 | 100 | 271 | 144 | 22 |
Binary | 0 | 1010101 | 1011101 | 1100100 | 1001 | 0 | 1000000 | 10111001 | 1100100 | 10010 |
Color Harmonies of #00555D
Complementary color
Monochromatic Colors of #00555D
Black with #00555D
Text Example
Text Example
White with #00555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00555D; }
p { color: rgb(0,85,93); }
H1.HeaderClassName
{
color: #00555D;
}
.AnyTagClassName
{
color: #00555D;
}
</style>
background-color css
<style>
a { background-color: #00555D; }
a { background-color: rgb(0,85,93); }
div.DivClassName
{
background-color: #00555D;
}
.BgClassName
{
background-color: #00555D;
}
</style>
border-color css
<style>
span { border-color: #00555D; }
span { border-color: rgb(0,85,93); }
td.TdClassName
{
border-color: #00555D;
}
.TagClassName
{
border-color: #00555D;
}
</style>