Shades of Mosque #035D53
Tints of Mosque #035D53
RGB
CMYK
RGB Variations
Color information
#035D53 (or 0x035D53) is known color: Mosque. HEX triplet: 03, 5D and 53. RGB value is (3,93,83). Sum of RGB (Red+Green+Blue) = 3+93+83=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #035D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035D53 is #FCA2AC. Grayscale: #404040. Windows color (decimal): -16556717 or 5463299. OLE color: 5463299.
HSL color Cylindrical-coordinate representation of color #035D53: hue angle of 173.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035D53 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 93 | 83 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.64 |
| HSL | 173.33º | 0.94% | 0.19% | - |
| HSV(B) | 173.33º | 0.97% | 0.36% | - |
| XYZ | 5.51 | 8.47 | 9.53 | - |
| YUV | 64.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 83 | 0.97 | 0 | 0.11 | 0.64 | 173.33 | 0.94 | 0.19 |
| Hex | 3 | 5D | 53 | 61 | 0 | B | 40 | AD | 5E | 13 |
| Octal | 3 | 135 | 123 | 141 | 0 | 13 | 100 | 255 | 136 | 23 |
| Binary | 11 | 1011101 | 1010011 | 1100001 | 0 | 1011 | 1000000 | 10101101 | 1011110 | 10011 |
Color Harmonies of #035D53
Complementary color
Monochromatic Colors of #035D53
Black with #035D53
Text Example
Text Example
White with #035D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035D53; }
p { color: rgb(3,93,83); }
H1.HeaderClassName
{
color: #035D53;
}
.AnyTagClassName
{
color: #035D53;
}
</style>
background-color css
<style>
a { background-color: #035D53; }
a { background-color: rgb(3,93,83); }
div.DivClassName
{
background-color: #035D53;
}
.BgClassName
{
background-color: #035D53;
}
</style>
border-color css
<style>
span { border-color: #035D53; }
span { border-color: rgb(3,93,83); }
td.TdClassName
{
border-color: #035D53;
}
.TagClassName
{
border-color: #035D53;
}
</style>