Shades of Mosque #065A4D
Tints of Mosque #065A4D
RGB
CMYK
RGB Variations
Color information
#065A4D (or 0x065A4D) is known color: Mosque. HEX triplet: 06, 5A and 4D. RGB value is (6,90,77). Sum of RGB (Red+Green+Blue) = 6+90+77=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #065A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A4D is #F9A5B2. Grayscale: #3F3F3F. Windows color (decimal): -16360883 or 5069318. OLE color: 5069318.
HSL color Cylindrical-coordinate representation of color #065A4D: hue angle of 170.71º 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 #065A4D is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 90 | 77 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.65 |
| HSL | 170.71º | 0.88% | 0.19% | - |
| HSV(B) | 170.71º | 0.93% | 0.35% | - |
| XYZ | 5.07 | 7.89 | 8.28 | - |
| YUV | 63.4 | 135.67 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 77 | 0.93 | 0 | 0.14 | 0.65 | 170.71 | 0.88 | 0.19 |
| Hex | 6 | 5A | 4D | 5D | 0 | E | 41 | AB | 58 | 13 |
| Octal | 6 | 132 | 115 | 135 | 0 | 16 | 101 | 253 | 130 | 23 |
| Binary | 110 | 1011010 | 1001101 | 1011101 | 0 | 1110 | 1000001 | 10101011 | 1011000 | 10011 |
Color Harmonies of #065A4D
Complementary color
Monochromatic Colors of #065A4D
Black with #065A4D
Text Example
Text Example
White with #065A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A4D; }
p { color: rgb(6,90,77); }
H1.HeaderClassName
{
color: #065A4D;
}
.AnyTagClassName
{
color: #065A4D;
}
</style>
background-color css
<style>
a { background-color: #065A4D; }
a { background-color: rgb(6,90,77); }
div.DivClassName
{
background-color: #065A4D;
}
.BgClassName
{
background-color: #065A4D;
}
</style>
border-color css
<style>
span { border-color: #065A4D; }
span { border-color: rgb(6,90,77); }
td.TdClassName
{
border-color: #065A4D;
}
.TagClassName
{
border-color: #065A4D;
}
</style>