#0C5551

Color #0C5551 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #0C5551

Tints of Mosque #0C5551

Color information

#0C5551 (or 0x0C5551) is unknown color: approx Mosque. HEX triplet: 0C, 55 and 51. RGB value is (12,85,81). Sum of RGB (Red+Green+Blue) = 12+85+81=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5551 is #F3AAAE. Grayscale: #3E3E3E. Windows color (decimal): -15968943 or 5330188. OLE color: 5330188.

HSL color Cylindrical-coordinate representation of color #0C5551: hue angle of 176.71º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5551 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB128581-
CMYK0.8600.050.67
HSL176.71º75.26%19.02%-
HSV(B)176.71º85.88%33.33%-
XYZ4.897.178.91-
YUV62.72138.3291.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 6.74%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=6.74%
G=47.75%
B=45.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1285810.8600.050.67176.7175.2619.02
HexC5551560543b14b13
Octal141251211260510326111323
Binary11001010101101000110101100101100001110110001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5551; }

 p { color: rgb(12,85,81); }

 H1.HeaderClassName
 {
   color: #0C5551;
 }
 .AnyTagClassName
 {
   color: #0C5551;
 }
</style>
background-color css

<style>
 a { background-color: #0C5551; }

 a { background-color: rgb(12,85,81); }

 div.DivClassName
 {
   background-color: #0C5551;
 }
 .BgClassName
 {
   background-color: #0C5551;
 }
</style>
border-color css

<style>
 span { border-color: #0C5551; }

 span { border-color: rgb(12,85,81); }

 td.TdClassName
 {
   border-color: #0C5551;
 }
 .TagClassName
 {
   border-color: #0C5551;
 }
</style>