Shades of Mosque #035A54
Tints of Mosque #035A54
RGB
CMYK
RGB Variations
Color information
#035A54 (or 0x035A54) is known color: Mosque. HEX triplet: 03, 5A and 54. RGB value is (3,90,84). Sum of RGB (Red+Green+Blue) = 3+90+84=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #035A54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A54 is #FCA5AB. Grayscale: #3F3F3F. Windows color (decimal): -16557484 or 5528067. OLE color: 5528067.
HSL color Cylindrical-coordinate representation of color #035A54: hue angle of 175.86º 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 #035A54 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 90 | 84 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.65 |
| HSL | 175.86º | 0.94% | 0.18% | - |
| HSV(B) | 175.86º | 0.97% | 0.35% | - |
| XYZ | 5.29 | 7.97 | 9.65 | - |
| YUV | 63.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 84 | 0.97 | 0 | 0.07 | 0.65 | 175.86 | 0.94 | 0.18 |
| Hex | 3 | 5A | 54 | 61 | 0 | 7 | 41 | B0 | 5E | 12 |
| Octal | 3 | 132 | 124 | 141 | 0 | 7 | 101 | 260 | 136 | 22 |
| Binary | 11 | 1011010 | 1010100 | 1100001 | 0 | 111 | 1000001 | 10110000 | 1011110 | 10010 |
Color Harmonies of #035A54
Complementary color
Monochromatic Colors of #035A54
Black with #035A54
Text Example
Text Example
White with #035A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A54; }
p { color: rgb(3,90,84); }
H1.HeaderClassName
{
color: #035A54;
}
.AnyTagClassName
{
color: #035A54;
}
</style>
background-color css
<style>
a { background-color: #035A54; }
a { background-color: rgb(3,90,84); }
div.DivClassName
{
background-color: #035A54;
}
.BgClassName
{
background-color: #035A54;
}
</style>
border-color css
<style>
span { border-color: #035A54; }
span { border-color: rgb(3,90,84); }
td.TdClassName
{
border-color: #035A54;
}
.TagClassName
{
border-color: #035A54;
}
</style>