Shades of Mosque #065F54
Tints of Mosque #065F54
RGB
CMYK
RGB Variations
Color information
#065F54 (or 0x065F54) is known color: Mosque. HEX triplet: 06, 5F and 54. RGB value is (6,95,84). Sum of RGB (Red+Green+Blue) = 6+95+84=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #065F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065F54 is #F9A0AB. Grayscale: #434343. Windows color (decimal): -16359596 or 5529350. OLE color: 5529350.
HSL color Cylindrical-coordinate representation of color #065F54: hue angle of 172.58º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065F54 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 95 | 84 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.63 |
| HSL | 172.58º | 0.88% | 0.2% | - |
| HSV(B) | 172.58º | 0.94% | 0.37% | - |
| XYZ | 5.77 | 8.86 | 9.79 | - |
| YUV | 67.14 | 137.51 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 84 | 0.94 | 0 | 0.12 | 0.63 | 172.58 | 0.88 | 0.2 |
| Hex | 6 | 5F | 54 | 5E | 0 | C | 3F | AD | 58 | 14 |
| Octal | 6 | 137 | 124 | 136 | 0 | 14 | 77 | 255 | 130 | 24 |
| Binary | 110 | 1011111 | 1010100 | 1011110 | 0 | 1100 | 111111 | 10101101 | 1011000 | 10100 |
Color Harmonies of #065F54
Complementary color
Monochromatic Colors of #065F54
Black with #065F54
Text Example
Text Example
White with #065F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065F54; }
p { color: rgb(6,95,84); }
H1.HeaderClassName
{
color: #065F54;
}
.AnyTagClassName
{
color: #065F54;
}
</style>
background-color css
<style>
a { background-color: #065F54; }
a { background-color: rgb(6,95,84); }
div.DivClassName
{
background-color: #065F54;
}
.BgClassName
{
background-color: #065F54;
}
</style>
border-color css
<style>
span { border-color: #065F54; }
span { border-color: rgb(6,95,84); }
td.TdClassName
{
border-color: #065F54;
}
.TagClassName
{
border-color: #065F54;
}
</style>