Shades of Mosque #035D5A
Tints of Mosque #035D5A
RGB
CMYK
RGB Variations
Color information
#035D5A (or 0x035D5A) is known color: Mosque. HEX triplet: 03, 5D and 5A. RGB value is (3,93,90). Sum of RGB (Red+Green+Blue) = 3+93+90=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #035D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035D5A is #FCA2A5. Grayscale: #414141. Windows color (decimal): -16556710 or 5922051. OLE color: 5922051.
HSL color Cylindrical-coordinate representation of color #035D5A: hue angle of 178º 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 #035D5A is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 93 | 90 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.64 |
| HSL | 178º | 0.94% | 0.19% | - |
| HSV(B) | 178º | 0.97% | 0.36% | - |
| XYZ | 5.8 | 8.59 | 11.02 | - |
| YUV | 65.75 | 141.68 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 90 | 0.97 | 0 | 0.03 | 0.64 | 178 | 0.94 | 0.19 |
| Hex | 3 | 5D | 5A | 61 | 0 | 3 | 40 | B2 | 5E | 13 |
| Octal | 3 | 135 | 132 | 141 | 0 | 3 | 100 | 262 | 136 | 23 |
| Binary | 11 | 1011101 | 1011010 | 1100001 | 0 | 11 | 1000000 | 10110010 | 1011110 | 10011 |
Color Harmonies of #035D5A
Complementary color
Monochromatic Colors of #035D5A
Black with #035D5A
Text Example
Text Example
White with #035D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035D5A; }
p { color: rgb(3,93,90); }
H1.HeaderClassName
{
color: #035D5A;
}
.AnyTagClassName
{
color: #035D5A;
}
</style>
background-color css
<style>
a { background-color: #035D5A; }
a { background-color: rgb(3,93,90); }
div.DivClassName
{
background-color: #035D5A;
}
.BgClassName
{
background-color: #035D5A;
}
</style>
border-color css
<style>
span { border-color: #035D5A; }
span { border-color: rgb(3,93,90); }
td.TdClassName
{
border-color: #035D5A;
}
.TagClassName
{
border-color: #035D5A;
}
</style>