Shades of Mosque #065A5F
Tints of Mosque #065A5F
RGB
CMYK
RGB Variations
Color information
#065A5F (or 0x065A5F) is known color: Mosque. HEX triplet: 06, 5A and 5F. RGB value is (6,90,95). Sum of RGB (Red+Green+Blue) = 6+90+95=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #065A5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A5F is #F9A5A0. Grayscale: #414141. Windows color (decimal): -16360865 or 6248966. OLE color: 6248966.
HSL color Cylindrical-coordinate representation of color #065A5F: hue angle of 183.37º 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 #065A5F is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 90 | 95 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.63 |
| HSL | 183.37º | 0.88% | 0.2% | - |
| HSV(B) | 183.37º | 0.94% | 0.37% | - |
| XYZ | 5.8 | 8.18 | 12.1 | - |
| YUV | 65.45 | 144.67 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 95 | 0.94 | 0.05 | 0 | 0.63 | 183.37 | 0.88 | 0.2 |
| Hex | 6 | 5A | 5F | 5E | 5 | 0 | 3F | B7 | 58 | 14 |
| Octal | 6 | 132 | 137 | 136 | 5 | 0 | 77 | 267 | 130 | 24 |
| Binary | 110 | 1011010 | 1011111 | 1011110 | 101 | 0 | 111111 | 10110111 | 1011000 | 10100 |
Color Harmonies of #065A5F
Complementary color
Monochromatic Colors of #065A5F
Black with #065A5F
Text Example
Text Example
White with #065A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A5F; }
p { color: rgb(6,90,95); }
H1.HeaderClassName
{
color: #065A5F;
}
.AnyTagClassName
{
color: #065A5F;
}
</style>
background-color css
<style>
a { background-color: #065A5F; }
a { background-color: rgb(6,90,95); }
div.DivClassName
{
background-color: #065A5F;
}
.BgClassName
{
background-color: #065A5F;
}
</style>
border-color css
<style>
span { border-color: #065A5F; }
span { border-color: rgb(6,90,95); }
td.TdClassName
{
border-color: #065A5F;
}
.TagClassName
{
border-color: #065A5F;
}
</style>