Shades of Mosque #065A53
Tints of Mosque #065A53
RGB
CMYK
RGB Variations
Color information
#065A53 (or 0x065A53) is known color: Mosque. HEX triplet: 06, 5A and 53. RGB value is (6,90,83). Sum of RGB (Red+Green+Blue) = 6+90+83=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #065A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A53 is #F9A5AC. Grayscale: #404040. Windows color (decimal): -16360877 or 5462534. OLE color: 5462534.
HSL color Cylindrical-coordinate representation of color #065A53: hue angle of 175º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065A53 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 90 | 83 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.65 |
| HSL | 175º | 0.88% | 0.19% | - |
| HSV(B) | 175º | 0.93% | 0.35% | - |
| XYZ | 5.29 | 7.98 | 9.44 | - |
| YUV | 64.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 83 | 0.93 | 0 | 0.08 | 0.65 | 175 | 0.88 | 0.19 |
| Hex | 6 | 5A | 53 | 5D | 0 | 8 | 41 | AF | 58 | 13 |
| Octal | 6 | 132 | 123 | 135 | 0 | 10 | 101 | 257 | 130 | 23 |
| Binary | 110 | 1011010 | 1010011 | 1011101 | 0 | 1000 | 1000001 | 10101111 | 1011000 | 10011 |
Color Harmonies of #065A53
Complementary color
Monochromatic Colors of #065A53
Black with #065A53
Text Example
Text Example
White with #065A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A53; }
p { color: rgb(6,90,83); }
H1.HeaderClassName
{
color: #065A53;
}
.AnyTagClassName
{
color: #065A53;
}
</style>
background-color css
<style>
a { background-color: #065A53; }
a { background-color: rgb(6,90,83); }
div.DivClassName
{
background-color: #065A53;
}
.BgClassName
{
background-color: #065A53;
}
</style>
border-color css
<style>
span { border-color: #065A53; }
span { border-color: rgb(6,90,83); }
td.TdClassName
{
border-color: #065A53;
}
.TagClassName
{
border-color: #065A53;
}
</style>