Shades of Mosque #065D5B
Tints of Mosque #065D5B
RGB
CMYK
RGB Variations
Color information
#065D5B (or 0x065D5B) is known color: Mosque. HEX triplet: 06, 5D and 5B. RGB value is (6,93,91). Sum of RGB (Red+Green+Blue) = 6+93+91=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #065D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D5B is #F9A2A4. Grayscale: #424242. Windows color (decimal): -16360101 or 5987590. OLE color: 5987590.
HSL color Cylindrical-coordinate representation of color #065D5B: hue angle of 178.62º 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 #065D5B is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 93 | 91 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.64 |
| HSL | 178.62º | 0.88% | 0.19% | - |
| HSV(B) | 178.62º | 0.94% | 0.36% | - |
| XYZ | 5.88 | 8.62 | 11.25 | - |
| YUV | 66.76 | 141.68 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 91 | 0.94 | 0 | 0.02 | 0.64 | 178.62 | 0.88 | 0.19 |
| Hex | 6 | 5D | 5B | 5E | 0 | 2 | 40 | B3 | 58 | 13 |
| Octal | 6 | 135 | 133 | 136 | 0 | 2 | 100 | 263 | 130 | 23 |
| Binary | 110 | 1011101 | 1011011 | 1011110 | 0 | 10 | 1000000 | 10110011 | 1011000 | 10011 |
Color Harmonies of #065D5B
Complementary color
Monochromatic Colors of #065D5B
Black with #065D5B
Text Example
Text Example
White with #065D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065D5B; }
p { color: rgb(6,93,91); }
H1.HeaderClassName
{
color: #065D5B;
}
.AnyTagClassName
{
color: #065D5B;
}
</style>
background-color css
<style>
a { background-color: #065D5B; }
a { background-color: rgb(6,93,91); }
div.DivClassName
{
background-color: #065D5B;
}
.BgClassName
{
background-color: #065D5B;
}
</style>
border-color css
<style>
span { border-color: #065D5B; }
span { border-color: rgb(6,93,91); }
td.TdClassName
{
border-color: #065D5B;
}
.TagClassName
{
border-color: #065D5B;
}
</style>