#0C5555

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

Shades of Mosque #0C5555

Tints of Mosque #0C5555

Color information

#0C5555 (or 0x0C5555) is unknown color: approx Mosque. HEX triplet: 0C, 55 and 55. RGB value is (12,85,85). Sum of RGB (Red+Green+Blue) = 12+85+85=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #0C5555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5555 is #F3AAAA. Grayscale: #3F3F3F. Windows color (decimal): -15968939 or 5592332. OLE color: 5592332.

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

Color convert

RGB128585-
CMYK0.86000.67
HSL180º75.26%19.02%-
HSV(B)180º85.88%33.33%-
XYZ5.047.239.72-
YUV63.17140.3291.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.59%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 85 (33.59% from 255) = 46.70%
R=6.59%
G=46.70%
B=46.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1285850.86000.6718075.2619.02
HexC5555560043b44b13
Octal141251251260010326411323
Binary110010101011010101101011000100001110110100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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