#0C5552

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

Shades of Mosque #0C5552

Tints of Mosque #0C5552

Color information

#0C5552 (or 0x0C5552) is unknown color: approx Mosque. HEX triplet: 0C, 55 and 52. RGB value is (12,85,82). Sum of RGB (Red+Green+Blue) = 12+85+82=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5552 is #F3AAAD. Grayscale: #3E3E3E. Windows color (decimal): -15968942 or 5395724. OLE color: 5395724.

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

Color convert

RGB128582-
CMYK0.8600.040.67
HSL177.53º75.26%19.02%-
HSV(B)177.53º85.88%33.33%-
XYZ4.927.189.11-
YUV62.83138.8291.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.70%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 82 (32.42% from 255) = 45.81%
R=6.70%
G=47.49%
B=45.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1285820.8600.040.67177.5375.2619.02
HexC5552560443b24b13
Octal141251221260410326211323
Binary11001010101101001010101100100100001110110010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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