#0C5556

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

Shades of Mosque #0C5556

Tints of Mosque #0C5556

Color information

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

HSL color Cylindrical-coordinate representation of color #0C5556: hue angle of 180.81º 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 #0C5556 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB128586-
CMYK0.860.0100.66
HSL180.81º75.51%19.22%-
HSV(B)180.81º86.05%33.73%-
XYZ5.087.259.94-
YUV63.29140.8291.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1285860.860.0100.66180.8175.5119.22
HexC5556561042b54c13
Octal141251261261010226511423
Binary110010101011010110101011010100001010110101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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