Shades of Mosque #065C4D
Tints of Mosque #065C4D
RGB
CMYK
RGB Variations
Color information
#065C4D (or 0x065C4D) is known color: Mosque. HEX triplet: 06, 5C and 4D. RGB value is (6,92,77). Sum of RGB (Red+Green+Blue) = 6+92+77=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #065C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C4D is #F9A3B2. Grayscale: #404040. Windows color (decimal): -16360371 or 5069830. OLE color: 5069830.
HSL color Cylindrical-coordinate representation of color #065C4D: hue angle of 169.53º 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 #065C4D is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 92 | 77 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.64 |
| HSL | 169.53º | 0.88% | 0.19% | - |
| HSV(B) | 169.53º | 0.93% | 0.36% | - |
| XYZ | 5.24 | 8.23 | 8.33 | - |
| YUV | 64.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 77 | 0.93 | 0 | 0.16 | 0.64 | 169.53 | 0.88 | 0.19 |
| Hex | 6 | 5C | 4D | 5D | 0 | 10 | 40 | AA | 58 | 13 |
| Octal | 6 | 134 | 115 | 135 | 0 | 20 | 100 | 252 | 130 | 23 |
| Binary | 110 | 1011100 | 1001101 | 1011101 | 0 | 10000 | 1000000 | 10101010 | 1011000 | 10011 |
Color Harmonies of #065C4D
Complementary color
Monochromatic Colors of #065C4D
Black with #065C4D
Text Example
Text Example
White with #065C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065C4D; }
p { color: rgb(6,92,77); }
H1.HeaderClassName
{
color: #065C4D;
}
.AnyTagClassName
{
color: #065C4D;
}
</style>
background-color css
<style>
a { background-color: #065C4D; }
a { background-color: rgb(6,92,77); }
div.DivClassName
{
background-color: #065C4D;
}
.BgClassName
{
background-color: #065C4D;
}
</style>
border-color css
<style>
span { border-color: #065C4D; }
span { border-color: rgb(6,92,77); }
td.TdClassName
{
border-color: #065C4D;
}
.TagClassName
{
border-color: #065C4D;
}
</style>