Shades of Mosque #065A50
Tints of Mosque #065A50
RGB
CMYK
RGB Variations
Color information
#065A50 (or 0x065A50) is known color: Mosque. HEX triplet: 06, 5A and 50. RGB value is (6,90,80). Sum of RGB (Red+Green+Blue) = 6+90+80=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #065A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A50 is #F9A5AF. Grayscale: #3F3F3F. Windows color (decimal): -16360880 or 5265926. OLE color: 5265926.
HSL color Cylindrical-coordinate representation of color #065A50: hue angle of 172.86º 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 #065A50 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 90 | 80 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.65 |
| HSL | 172.86º | 0.88% | 0.19% | - |
| HSV(B) | 172.86º | 0.93% | 0.35% | - |
| XYZ | 5.18 | 7.93 | 8.85 | - |
| YUV | 63.74 | 137.17 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 80 | 0.93 | 0 | 0.11 | 0.65 | 172.86 | 0.88 | 0.19 |
| Hex | 6 | 5A | 50 | 5D | 0 | B | 41 | AD | 58 | 13 |
| Octal | 6 | 132 | 120 | 135 | 0 | 13 | 101 | 255 | 130 | 23 |
| Binary | 110 | 1011010 | 1010000 | 1011101 | 0 | 1011 | 1000001 | 10101101 | 1011000 | 10011 |
Color Harmonies of #065A50
Complementary color
Monochromatic Colors of #065A50
Black with #065A50
Text Example
Text Example
White with #065A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A50; }
p { color: rgb(6,90,80); }
H1.HeaderClassName
{
color: #065A50;
}
.AnyTagClassName
{
color: #065A50;
}
</style>
background-color css
<style>
a { background-color: #065A50; }
a { background-color: rgb(6,90,80); }
div.DivClassName
{
background-color: #065A50;
}
.BgClassName
{
background-color: #065A50;
}
</style>
border-color css
<style>
span { border-color: #065A50; }
span { border-color: rgb(6,90,80); }
td.TdClassName
{
border-color: #065A50;
}
.TagClassName
{
border-color: #065A50;
}
</style>