Shades of Mosque #08555B
Tints of Mosque #08555B
RGB
CMYK
RGB Variations
Color information
#08555B (or 0x08555B) is known color: Mosque. HEX triplet: 08, 55 and 5B. RGB value is (8,85,91). Sum of RGB (Red+Green+Blue) = 8+85+91=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #08555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08555B is #F7AAA4. Grayscale: #3E3E3E. Windows color (decimal): -16231077 or 5985544. OLE color: 5985544.
HSL color Cylindrical-coordinate representation of color #08555B: hue angle of 184.34º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08555B is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 85 | 91 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.64 |
| HSL | 184.34º | 0.84% | 0.19% | - |
| HSV(B) | 184.34º | 0.91% | 0.36% | - |
| XYZ | 5.24 | 7.3 | 11.03 | - |
| YUV | 62.66 | 143.99 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 91 | 0.91 | 0.07 | 0 | 0.64 | 184.34 | 0.84 | 0.19 |
| Hex | 8 | 55 | 5B | 5B | 7 | 0 | 40 | B8 | 54 | 13 |
| Octal | 10 | 125 | 133 | 133 | 7 | 0 | 100 | 270 | 124 | 23 |
| Binary | 1000 | 1010101 | 1011011 | 1011011 | 111 | 0 | 1000000 | 10111000 | 1010100 | 10011 |
Color Harmonies of #08555B
Complementary color
Monochromatic Colors of #08555B
Black with #08555B
Text Example
Text Example
White with #08555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08555B; }
p { color: rgb(8,85,91); }
H1.HeaderClassName
{
color: #08555B;
}
.AnyTagClassName
{
color: #08555B;
}
</style>
background-color css
<style>
a { background-color: #08555B; }
a { background-color: rgb(8,85,91); }
div.DivClassName
{
background-color: #08555B;
}
.BgClassName
{
background-color: #08555B;
}
</style>
border-color css
<style>
span { border-color: #08555B; }
span { border-color: rgb(8,85,91); }
td.TdClassName
{
border-color: #08555B;
}
.TagClassName
{
border-color: #08555B;
}
</style>