#0C5655

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

Shades of Mosque #0C5655

Tints of Mosque #0C5655

Color information

#0C5655 (or 0x0C5655) is unknown color: approx Mosque. HEX triplet: 0C, 56 and 55. RGB value is (12,86,85). Sum of RGB (Red+Green+Blue) = 12+86+85=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 86 - color contains mainly: green. Hex color #0C5655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5655 is #F3A9AA. Grayscale: #3F3F3F. Windows color (decimal): -15968683 or 5592588. OLE color: 5592588.

HSL color Cylindrical-coordinate representation of color #0C5655: hue angle of 179.19º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5655 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB128685-
CMYK0.8600.010.66
HSL179.19º75.51%19.22%-
HSV(B)179.19º86.05%33.73%-
XYZ5.127.399.75-
YUV63.76139.9891.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.56%
GREEN value IS 86 (33.98% from 255) = 46.99%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=6.56%
G=46.99%
B=46.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1286850.8600.010.66179.1975.5119.22
HexC5655560142b34c13
Octal141261251260110226311423
Binary110010101101010101101011001100001010110011100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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