#0C5957

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

Shades of Mosque #0C5957

Tints of Mosque #0C5957

Color information

#0C5957 (or 0x0C5957) is unknown color: approx Mosque. HEX triplet: 0C, 59 and 57. RGB value is (12,89,87). Sum of RGB (Red+Green+Blue) = 12+89+87=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #0C5957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5957 is #F3A6A8. Grayscale: #414141. Windows color (decimal): -15967913 or 5724428. OLE color: 5724428.

HSL color Cylindrical-coordinate representation of color #0C5957: hue angle of 178.44º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5957 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB128987-
CMYK0.8700.020.65
HSL178.44º76.24%19.8%-
HSV(B)178.44º86.52%34.9%-
XYZ5.447.9110.26-
YUV65.75139.9989.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.38%
GREEN value IS 89 (35.16% from 255) = 47.34%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=6.38%
G=47.34%
B=46.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1289870.8700.020.65178.4476.2419.8
HexC5957570241b24c14
Octal141311271270210126211424
Binary1100101100110101111010111010100000110110010100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,89,87); }

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

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

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

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

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

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

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