Shades of Mosque #05645B
Tints of Mosque #05645B
RGB
CMYK
RGB Variations
Color information
#05645B (or 0x05645B) is known color: Mosque. HEX triplet: 05, 64 and 5B. RGB value is (5,100,91). Sum of RGB (Red+Green+Blue) = 5+100+91=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #05645B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05645B is #FA9BA4. Grayscale: #464646. Windows color (decimal): -16423845 or 5989381. OLE color: 5989381.
HSL color Cylindrical-coordinate representation of color #05645B: hue angle of 174.32º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05645B is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 100 | 91 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.61 |
| HSL | 174.32º | 0.9% | 0.21% | - |
| HSV(B) | 174.32º | 0.95% | 0.39% | - |
| XYZ | 6.51 | 9.9 | 11.47 | - |
| YUV | 70.57 | 139.53 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 91 | 0.95 | 0 | 0.09 | 0.61 | 174.32 | 0.9 | 0.21 |
| Hex | 5 | 64 | 5B | 5F | 0 | 9 | 3D | AE | 5A | 15 |
| Octal | 5 | 144 | 133 | 137 | 0 | 11 | 75 | 256 | 132 | 25 |
| Binary | 101 | 1100100 | 1011011 | 1011111 | 0 | 1001 | 111101 | 10101110 | 1011010 | 10101 |
Color Harmonies of #05645B
Complementary color
Monochromatic Colors of #05645B
Black with #05645B
Text Example
Text Example
White with #05645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05645B; }
p { color: rgb(5,100,91); }
H1.HeaderClassName
{
color: #05645B;
}
.AnyTagClassName
{
color: #05645B;
}
</style>
background-color css
<style>
a { background-color: #05645B; }
a { background-color: rgb(5,100,91); }
div.DivClassName
{
background-color: #05645B;
}
.BgClassName
{
background-color: #05645B;
}
</style>
border-color css
<style>
span { border-color: #05645B; }
span { border-color: rgb(5,100,91); }
td.TdClassName
{
border-color: #05645B;
}
.TagClassName
{
border-color: #05645B;
}
</style>