Shades of Mosque #00565C
Tints of Mosque #00565C
RGB
CMYK
RGB Variations
Color information
#00565C (or 0x00565C) is known color: Mosque. HEX triplet: 00, 56 and 5C. RGB value is (0,86,92). Sum of RGB (Red+Green+Blue) = 0+86+92=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #00565C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00565C is #FFA9A3. Grayscale: #3C3C3C. Windows color (decimal): -16755108 or 6051328. OLE color: 6051328.
HSL color Cylindrical-coordinate representation of color #00565C: hue angle of 183.91º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00565C is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 86 | 92 | - |
| CMYK | 1 | 0.07 | 0 | 0.64 |
| HSL | 183.91º | 1% | 0.18% | - |
| HSV(B) | 183.91º | 1% | 0.36% | - |
| XYZ | 5.26 | 7.43 | 11.28 | - |
| YUV | 60.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 92 | 1 | 0.07 | 0 | 0.64 | 183.91 | 1 | 0.18 |
| Hex | 0 | 56 | 5C | 64 | 7 | 0 | 40 | B8 | 64 | 12 |
| Octal | 0 | 126 | 134 | 144 | 7 | 0 | 100 | 270 | 144 | 22 |
| Binary | 0 | 1010110 | 1011100 | 1100100 | 111 | 0 | 1000000 | 10111000 | 1100100 | 10010 |
Color Harmonies of #00565C
Complementary color
Monochromatic Colors of #00565C
Black with #00565C
Text Example
Text Example
White with #00565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00565C; }
p { color: rgb(0,86,92); }
H1.HeaderClassName
{
color: #00565C;
}
.AnyTagClassName
{
color: #00565C;
}
</style>
background-color css
<style>
a { background-color: #00565C; }
a { background-color: rgb(0,86,92); }
div.DivClassName
{
background-color: #00565C;
}
.BgClassName
{
background-color: #00565C;
}
</style>
border-color css
<style>
span { border-color: #00565C; }
span { border-color: rgb(0,86,92); }
td.TdClassName
{
border-color: #00565C;
}
.TagClassName
{
border-color: #00565C;
}
</style>