Shades of Mosque #05635A
Tints of Mosque #05635A
RGB
CMYK
RGB Variations
Color information
#05635A (or 0x05635A) is known color: Mosque. HEX triplet: 05, 63 and 5A. RGB value is (5,99,90). Sum of RGB (Red+Green+Blue) = 5+99+90=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #05635A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05635A is #FA9CA5. Grayscale: #454545. Windows color (decimal): -16424102 or 5923589. OLE color: 5923589.
HSL color Cylindrical-coordinate representation of color #05635A: hue angle of 174.26º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05635A is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 99 | 90 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.61 |
| HSL | 174.26º | 0.9% | 0.2% | - |
| HSV(B) | 174.26º | 0.95% | 0.39% | - |
| XYZ | 6.37 | 9.69 | 11.21 | - |
| YUV | 69.87 | 139.36 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 99 | 90 | 0.95 | 0 | 0.09 | 0.61 | 174.26 | 0.9 | 0.2 |
| Hex | 5 | 63 | 5A | 5F | 0 | 9 | 3D | AE | 5A | 14 |
| Octal | 5 | 143 | 132 | 137 | 0 | 11 | 75 | 256 | 132 | 24 |
| Binary | 101 | 1100011 | 1011010 | 1011111 | 0 | 1001 | 111101 | 10101110 | 1011010 | 10100 |
Color Harmonies of #05635A
Complementary color
Monochromatic Colors of #05635A
Black with #05635A
Text Example
Text Example
White with #05635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05635A; }
p { color: rgb(5,99,90); }
H1.HeaderClassName
{
color: #05635A;
}
.AnyTagClassName
{
color: #05635A;
}
</style>
background-color css
<style>
a { background-color: #05635A; }
a { background-color: rgb(5,99,90); }
div.DivClassName
{
background-color: #05635A;
}
.BgClassName
{
background-color: #05635A;
}
</style>
border-color css
<style>
span { border-color: #05635A; }
span { border-color: rgb(5,99,90); }
td.TdClassName
{
border-color: #05635A;
}
.TagClassName
{
border-color: #05635A;
}
</style>