Shades of Mosque #065F5F
Tints of Mosque #065F5F
RGB
CMYK
RGB Variations
Color information
#065F5F (or 0x065F5F) is known color: Mosque. HEX triplet: 06, 5F and 5F. RGB value is (6,95,95). Sum of RGB (Red+Green+Blue) = 6+95+95=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: green, blue. Hex color #065F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065F5F is #F9A0A0. Grayscale: #444444. Windows color (decimal): -16359585 or 6250246. OLE color: 6250246.
HSL color Cylindrical-coordinate representation of color #065F5F: hue angle of 180º 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 #065F5F is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 95 | 95 | - |
| CMYK | 0.94 | 0 | 0 | 0.63 |
| HSL | 180º | 0.88% | 0.2% | - |
| HSV(B) | 180º | 0.94% | 0.37% | - |
| XYZ | 6.23 | 9.05 | 12.24 | - |
| YUV | 68.39 | 143.01 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 95 | 0.94 | 0 | 0 | 0.63 | 180 | 0.88 | 0.2 |
| Hex | 6 | 5F | 5F | 5E | 0 | 0 | 3F | B4 | 58 | 14 |
| Octal | 6 | 137 | 137 | 136 | 0 | 0 | 77 | 264 | 130 | 24 |
| Binary | 110 | 1011111 | 1011111 | 1011110 | 0 | 0 | 111111 | 10110100 | 1011000 | 10100 |
Color Harmonies of #065F5F
Complementary color
Monochromatic Colors of #065F5F
Black with #065F5F
Text Example
Text Example
White with #065F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065F5F; }
p { color: rgb(6,95,95); }
H1.HeaderClassName
{
color: #065F5F;
}
.AnyTagClassName
{
color: #065F5F;
}
</style>
background-color css
<style>
a { background-color: #065F5F; }
a { background-color: rgb(6,95,95); }
div.DivClassName
{
background-color: #065F5F;
}
.BgClassName
{
background-color: #065F5F;
}
</style>
border-color css
<style>
span { border-color: #065F5F; }
span { border-color: rgb(6,95,95); }
td.TdClassName
{
border-color: #065F5F;
}
.TagClassName
{
border-color: #065F5F;
}
</style>