Shades of Mosque #065B4E
Tints of Mosque #065B4E
RGB
CMYK
RGB Variations
Color information
#065B4E (or 0x065B4E) is known color: Mosque. HEX triplet: 06, 5B and 4E. RGB value is (6,91,78). Sum of RGB (Red+Green+Blue) = 6+91+78=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #065B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B4E is #F9A4B1. Grayscale: #404040. Windows color (decimal): -16360626 or 5135110. OLE color: 5135110.
HSL color Cylindrical-coordinate representation of color #065B4E: hue angle of 170.82º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065B4E is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 91 | 78 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.64 |
| HSL | 170.82º | 0.88% | 0.19% | - |
| HSV(B) | 170.82º | 0.93% | 0.36% | - |
| XYZ | 5.19 | 8.07 | 8.49 | - |
| YUV | 64.1 | 135.84 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 78 | 0.93 | 0 | 0.14 | 0.64 | 170.82 | 0.88 | 0.19 |
| Hex | 6 | 5B | 4E | 5D | 0 | E | 40 | AB | 58 | 13 |
| Octal | 6 | 133 | 116 | 135 | 0 | 16 | 100 | 253 | 130 | 23 |
| Binary | 110 | 1011011 | 1001110 | 1011101 | 0 | 1110 | 1000000 | 10101011 | 1011000 | 10011 |
Color Harmonies of #065B4E
Complementary color
Monochromatic Colors of #065B4E
Black with #065B4E
Text Example
Text Example
White with #065B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B4E; }
p { color: rgb(6,91,78); }
H1.HeaderClassName
{
color: #065B4E;
}
.AnyTagClassName
{
color: #065B4E;
}
</style>
background-color css
<style>
a { background-color: #065B4E; }
a { background-color: rgb(6,91,78); }
div.DivClassName
{
background-color: #065B4E;
}
.BgClassName
{
background-color: #065B4E;
}
</style>
border-color css
<style>
span { border-color: #065B4E; }
span { border-color: rgb(6,91,78); }
td.TdClassName
{
border-color: #065B4E;
}
.TagClassName
{
border-color: #065B4E;
}
</style>