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