Shades of Mosque #035A55
Tints of Mosque #035A55
RGB
CMYK
RGB Variations
Color information
#035A55 (or 0x035A55) is known color: Mosque. HEX triplet: 03, 5A and 55. RGB value is (3,90,85). Sum of RGB (Red+Green+Blue) = 3+90+85=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #035A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A55 is #FCA5AA. Grayscale: #3F3F3F. Windows color (decimal): -16557483 or 5593603. OLE color: 5593603.
HSL color Cylindrical-coordinate representation of color #035A55: hue angle of 176.55º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035A55 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 90 | 85 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.65 |
| HSL | 176.55º | 0.94% | 0.18% | - |
| HSV(B) | 176.55º | 0.97% | 0.35% | - |
| XYZ | 5.33 | 7.99 | 9.85 | - |
| YUV | 63.42 | 140.18 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 85 | 0.97 | 0 | 0.06 | 0.65 | 176.55 | 0.94 | 0.18 |
| Hex | 3 | 5A | 55 | 61 | 0 | 6 | 41 | B1 | 5E | 12 |
| Octal | 3 | 132 | 125 | 141 | 0 | 6 | 101 | 261 | 136 | 22 |
| Binary | 11 | 1011010 | 1010101 | 1100001 | 0 | 110 | 1000001 | 10110001 | 1011110 | 10010 |
Color Harmonies of #035A55
Complementary color
Monochromatic Colors of #035A55
Black with #035A55
Text Example
Text Example
White with #035A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A55; }
p { color: rgb(3,90,85); }
H1.HeaderClassName
{
color: #035A55;
}
.AnyTagClassName
{
color: #035A55;
}
</style>
background-color css
<style>
a { background-color: #035A55; }
a { background-color: rgb(3,90,85); }
div.DivClassName
{
background-color: #035A55;
}
.BgClassName
{
background-color: #035A55;
}
</style>
border-color css
<style>
span { border-color: #035A55; }
span { border-color: rgb(3,90,85); }
td.TdClassName
{
border-color: #035A55;
}
.TagClassName
{
border-color: #035A55;
}
</style>