Shades of Mosque #065B5E
Tints of Mosque #065B5E
RGB
CMYK
RGB Variations
Color information
#065B5E (or 0x065B5E) is known color: Mosque. HEX triplet: 06, 5B and 5E. RGB value is (6,91,94). Sum of RGB (Red+Green+Blue) = 6+91+94=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #065B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B5E is #F9A4A1. Grayscale: #414141. Windows color (decimal): -16360610 or 6183686. OLE color: 6183686.
HSL color Cylindrical-coordinate representation of color #065B5E: hue angle of 182.05º 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 #065B5E is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 6 | 91 | 94 | - |
CMYK | 0.94 | 0.03 | 0 | 0.63 |
HSL | 182.05º | 0.88% | 0.2% | - |
HSV(B) | 182.05º | 0.94% | 0.37% | - |
XYZ | 5.84 | 8.33 | 11.89 | - |
YUV | 65.93 | 143.84 | 85.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 91 | 94 | 0.94 | 0.03 | 0 | 0.63 | 182.05 | 0.88 | 0.2 |
Hex | 6 | 5B | 5E | 5E | 3 | 0 | 3F | B6 | 58 | 14 |
Octal | 6 | 133 | 136 | 136 | 3 | 0 | 77 | 266 | 130 | 24 |
Binary | 110 | 1011011 | 1011110 | 1011110 | 11 | 0 | 111111 | 10110110 | 1011000 | 10100 |
Color Harmonies of #065B5E
Complementary color
Monochromatic Colors of #065B5E
Black with #065B5E
Text Example
Text Example
White with #065B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B5E; }
p { color: rgb(6,91,94); }
H1.HeaderClassName
{
color: #065B5E;
}
.AnyTagClassName
{
color: #065B5E;
}
</style>
background-color css
<style>
a { background-color: #065B5E; }
a { background-color: rgb(6,91,94); }
div.DivClassName
{
background-color: #065B5E;
}
.BgClassName
{
background-color: #065B5E;
}
</style>
border-color css
<style>
span { border-color: #065B5E; }
span { border-color: rgb(6,91,94); }
td.TdClassName
{
border-color: #065B5E;
}
.TagClassName
{
border-color: #065B5E;
}
</style>