Shades of Mosque #08535C
Tints of Mosque #08535C
RGB
CMYK
RGB Variations
Color information
#08535C (or 0x08535C) is known color: Mosque. HEX triplet: 08, 53 and 5C. RGB value is (8,83,92). Sum of RGB (Red+Green+Blue) = 8+83+92=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #08535C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08535C is #F7ACA3. Grayscale: #3D3D3D. Windows color (decimal): -16231588 or 6050568. OLE color: 6050568.
HSL color Cylindrical-coordinate representation of color #08535C: hue angle of 186.43º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08535C is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 83 | 92 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.64 |
| HSL | 186.43º | 0.84% | 0.2% | - |
| HSV(B) | 186.43º | 0.91% | 0.36% | - |
| XYZ | 5.13 | 7.01 | 11.21 | - |
| YUV | 61.6 | 145.15 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 92 | 0.91 | 0.10 | 0 | 0.64 | 186.43 | 0.84 | 0.2 |
| Hex | 8 | 53 | 5C | 5B | A | 0 | 40 | BA | 54 | 14 |
| Octal | 10 | 123 | 134 | 133 | 12 | 0 | 100 | 272 | 124 | 24 |
| Binary | 1000 | 1010011 | 1011100 | 1011011 | 1010 | 0 | 1000000 | 10111010 | 1010100 | 10100 |
Color Harmonies of #08535C
Complementary color
Monochromatic Colors of #08535C
Black with #08535C
Text Example
Text Example
White with #08535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08535C; }
p { color: rgb(8,83,92); }
H1.HeaderClassName
{
color: #08535C;
}
.AnyTagClassName
{
color: #08535C;
}
</style>
background-color css
<style>
a { background-color: #08535C; }
a { background-color: rgb(8,83,92); }
div.DivClassName
{
background-color: #08535C;
}
.BgClassName
{
background-color: #08535C;
}
</style>
border-color css
<style>
span { border-color: #08535C; }
span { border-color: rgb(8,83,92); }
td.TdClassName
{
border-color: #08535C;
}
.TagClassName
{
border-color: #08535C;
}
</style>