Shades of Mosque #065D52
Tints of Mosque #065D52
RGB
CMYK
RGB Variations
Color information
#065D52 (or 0x065D52) is known color: Mosque. HEX triplet: 06, 5D and 52. RGB value is (6,93,82). Sum of RGB (Red+Green+Blue) = 6+93+82=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #065D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D52 is #F9A2AD. Grayscale: #414141. Windows color (decimal): -16360110 or 5397766. OLE color: 5397766.
HSL color Cylindrical-coordinate representation of color #065D52: hue angle of 172.41º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D52 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 93 | 82 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.64 |
| HSL | 172.41º | 0.88% | 0.19% | - |
| HSV(B) | 172.41º | 0.94% | 0.36% | - |
| XYZ | 5.51 | 8.48 | 9.33 | - |
| YUV | 65.73 | 137.18 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 82 | 0.94 | 0 | 0.12 | 0.64 | 172.41 | 0.88 | 0.19 |
| Hex | 6 | 5D | 52 | 5E | 0 | C | 40 | AC | 58 | 13 |
| Octal | 6 | 135 | 122 | 136 | 0 | 14 | 100 | 254 | 130 | 23 |
| Binary | 110 | 1011101 | 1010010 | 1011110 | 0 | 1100 | 1000000 | 10101100 | 1011000 | 10011 |
Color Harmonies of #065D52
Complementary color
Monochromatic Colors of #065D52
Black with #065D52
Text Example
Text Example
White with #065D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065D52; }
p { color: rgb(6,93,82); }
H1.HeaderClassName
{
color: #065D52;
}
.AnyTagClassName
{
color: #065D52;
}
</style>
background-color css
<style>
a { background-color: #065D52; }
a { background-color: rgb(6,93,82); }
div.DivClassName
{
background-color: #065D52;
}
.BgClassName
{
background-color: #065D52;
}
</style>
border-color css
<style>
span { border-color: #065D52; }
span { border-color: rgb(6,93,82); }
td.TdClassName
{
border-color: #065D52;
}
.TagClassName
{
border-color: #065D52;
}
</style>