Shades of Mosque #065B52
Tints of Mosque #065B52
RGB
CMYK
RGB Variations
Color information
#065B52 (or 0x065B52) is known color: Mosque. HEX triplet: 06, 5B and 52. RGB value is (6,91,82). Sum of RGB (Red+Green+Blue) = 6+91+82=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 91 (35.94% from 255 or 50.84% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 91 - color contains mainly: green. Hex color #065B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B52 is #F9A4AD. Grayscale: #404040. Windows color (decimal): -16360622 or 5397254. OLE color: 5397254.
HSL color Cylindrical-coordinate representation of color #065B52: hue angle of 173.65º 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 #065B52 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 91 | 82 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.64 |
| HSL | 173.65º | 0.88% | 0.19% | - |
| HSV(B) | 173.65º | 0.93% | 0.36% | - |
| XYZ | 5.34 | 8.13 | 9.27 | - |
| YUV | 64.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 82 | 0.93 | 0 | 0.10 | 0.64 | 173.65 | 0.88 | 0.19 |
| Hex | 6 | 5B | 52 | 5D | 0 | A | 40 | AE | 58 | 13 |
| Octal | 6 | 133 | 122 | 135 | 0 | 12 | 100 | 256 | 130 | 23 |
| Binary | 110 | 1011011 | 1010010 | 1011101 | 0 | 1010 | 1000000 | 10101110 | 1011000 | 10011 |
Color Harmonies of #065B52
Complementary color
Monochromatic Colors of #065B52
Black with #065B52
Text Example
Text Example
White with #065B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B52; }
p { color: rgb(6,91,82); }
H1.HeaderClassName
{
color: #065B52;
}
.AnyTagClassName
{
color: #065B52;
}
</style>
background-color css
<style>
a { background-color: #065B52; }
a { background-color: rgb(6,91,82); }
div.DivClassName
{
background-color: #065B52;
}
.BgClassName
{
background-color: #065B52;
}
</style>
border-color css
<style>
span { border-color: #065B52; }
span { border-color: rgb(6,91,82); }
td.TdClassName
{
border-color: #065B52;
}
.TagClassName
{
border-color: #065B52;
}
</style>